mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
Changed the value of the hidesOnDeactivate flag for the spell panel to YES so that the panel will disappear
when the application's key window is no longer selected. This is consistent with behavior observed under OpenStep. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10259 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8b49485600
commit
59a38de8ba
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
contentFrame = "{x=428.000000; y=164.000000; width=186.000000; height=304.000000}";
|
||||
contentView = "Object 12";
|
||||
frameAutosaveName = nil;
|
||||
hidesOnDeactivate = NO;
|
||||
hidesOnDeactivate = YES;
|
||||
initialFirstResponder = nil;
|
||||
isAutodisplay = YES;
|
||||
isFloatingPanel = NO;
|
||||
|
|
Loading…
Reference in a new issue