mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:50:37 +00:00
Fixed GMappKit NSMenu decoding.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4575 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ed724a3ae7
commit
8c6c6c5363
3 changed files with 11 additions and 7 deletions
|
@ -28,7 +28,7 @@
|
|||
isVisible = NO;
|
||||
isa = NSWindow;
|
||||
level = 0;
|
||||
maxSize = "{width = 3.40282e+38; height = 3.40282e+38}";
|
||||
maxSize = "{width = 16000.0; height = 16000.0}";
|
||||
minSize = "{width = 0; height = 0}";
|
||||
representedFilename = "";
|
||||
styleMask = 0;
|
||||
|
@ -70,7 +70,7 @@
|
|||
isVisible = NO;
|
||||
isa = NSWindow;
|
||||
level = 0;
|
||||
maxSize = "{width = 3.40282e+38; height = 3.40282e+38}";
|
||||
maxSize = "{width = 16000.0; height = 16000.0}";
|
||||
minSize = "{width = 0; height = 0}";
|
||||
representedFilename = "";
|
||||
styleMask = 0;
|
||||
|
@ -100,7 +100,7 @@
|
|||
isVisible = YES;
|
||||
isa = NSWindow;
|
||||
level = 0;
|
||||
maxSize = "{width = 3.40282e+38; height = 3.40282e+38}";
|
||||
maxSize = "{width = 16000.0; height = 16000.0}";
|
||||
minSize = "{width = 0; height = 0}";
|
||||
representedFilename = "";
|
||||
styleMask = 14;
|
||||
|
@ -468,7 +468,7 @@
|
|||
isVisible = NO;
|
||||
isa = NSWindow;
|
||||
level = 0;
|
||||
maxSize = "{width = 3.40282e+38; height = 3.40282e+38}";
|
||||
maxSize = "{width = 16000.0; height = 16000.0}";
|
||||
minSize = "{width = 0; height = 0}";
|
||||
representedFilename = "";
|
||||
styleMask = 14;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue