mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:00:37 +00:00
Make Spelling panel key only when necessary and fix browser attributes
in the panel's gorm file. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29682 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5515a56fd2
commit
3a8b974deb
4 changed files with 12 additions and 0 deletions
|
@ -690,6 +690,7 @@ inSpellDocumentWithTag:(int)tag
|
|||
[_correctButton setImage: [NSImage imageNamed: @"common_ret"]];
|
||||
[_correctButton setAlternateImage: [NSImage imageNamed: @"common_retH"]];
|
||||
[_spellPanel makeFirstResponder: _correctButton];
|
||||
[_spellPanel setBecomesKeyOnlyIfNeeded: YES];
|
||||
}
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue