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:
Gregory John Casamento 2001-06-26 03:36:03 +00:00
parent 8b49485600
commit 59a38de8ba

View file

@ -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;