mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 12:50:55 +00:00
Renamed setFont:ofRange: to setFont:range:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15333 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0657472147
commit
9cdaef32c7
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ static NSNotificationCenter *nc;
|
||||||
[_typingAttributes setObject: font forKey: NSFontAttributeName];
|
[_typingAttributes setObject: font forKey: NSFontAttributeName];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) setFont: (NSFont*)font ofRange: (NSRange)aRange
|
- (void) setFont: (NSFont*)font range: (NSRange)aRange
|
||||||
{
|
{
|
||||||
if (font != nil)
|
if (font != nil)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue