[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:
Fred Kiefer 2002-02-02 00:28:52 +00:00
parent 670fccda89
commit 827edcb7eb

View file

@ -944,7 +944,6 @@ static Class fontPanelClass = Nil;
if (fontPanel == nil)
fontPanel = [self fontPanel: YES];
[fontPanel orderFront: sender];
[fontPanel setPanelFont: _selectedFont isMultiple: _multiple];
}
/*