mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
In updateFontPanel isMultiple was set the wrong way around
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6658 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1b7d3abda1
commit
67054d7ace
1 changed files with 1 additions and 1 deletions
|
@ -2766,7 +2766,7 @@ scanRange(NSScanner *scanner, NSCharacterSet* aSet)
|
|||
|
||||
[[NSFontManager sharedFontManager]
|
||||
setSelectedFont: currentFont
|
||||
isMultiple: NSEqualRanges(longestRange, _selected_range)];
|
||||
isMultiple: !NSEqualRanges(longestRange, _selected_range)];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue