mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:10:37 +00:00
Make the spell panel a utility window like the font and color panels.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31159 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9f1f939d7a
commit
33898cf1b8
2 changed files with 4 additions and 0 deletions
|
@ -698,6 +698,7 @@ inSpellDocumentWithTag:(int)tag
|
|||
[_correctButton setAlternateImage: [NSImage imageNamed: @"common_retH"]];
|
||||
[_spellPanel makeFirstResponder: _correctButton];
|
||||
[_spellPanel setBecomesKeyOnlyIfNeeded: YES];
|
||||
[_spellPanel setFloatingPanel: YES];
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue