mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:20:37 +00:00
[orderFrontFontPanel:] no longer sets the selected font on the
panel, as this gets done by the panel itself. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12377 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
670fccda89
commit
827edcb7eb
1 changed files with 0 additions and 1 deletions
|
@ -944,7 +944,6 @@ static Class fontPanelClass = Nil;
|
|||
if (fontPanel == nil)
|
||||
fontPanel = [self fontPanel: YES];
|
||||
[fontPanel orderFront: sender];
|
||||
[fontPanel setPanelFont: _selectedFont isMultiple: _multiple];
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue