mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Updated for change in NSWindow's ivars
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7420 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
42dd4bb604
commit
8b0f6fea01
1 changed files with 1 additions and 1 deletions
|
@ -1177,7 +1177,7 @@ void __dummy_GMAppKit_functionForLinking() {}
|
|||
[self setFrameAutosaveName:frameAutosaveName];
|
||||
|
||||
#ifdef GNU_GUI_LIBRARY
|
||||
window_level = [unarchiver decodeIntWithName:@"level"];
|
||||
_windowLevel = [unarchiver decodeIntWithName:@"level"];
|
||||
#endif
|
||||
|
||||
[self setInitialFirstResponder:
|
||||
|
|
Loading…
Reference in a new issue