mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:20:37 +00:00
* Source/GSCharacterPanel.m: Implement -[NSApplication orderFrontCharacterPalette:]
* Source/NSFontPanel.m: Use NSApplication method to order front character palette git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33815 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ed053b5b5e
commit
8ed41d52d4
3 changed files with 17 additions and 1 deletions
|
@ -842,7 +842,7 @@ static float sizes[] = {4.0, 6.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0,
|
|||
|
||||
- (void) characterPanel: (id)sender
|
||||
{
|
||||
[[GSCharacterPanel sharedCharacterPanel] orderFront: nil];
|
||||
[[NSApplication sharedApplication] orderFrontCharacterPalette: sender];
|
||||
}
|
||||
|
||||
- (NSFont *) _fontForSelection: (NSFont *)fontObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue