Update of /cvsroot/pythoncard/PythonCard/tools/resourceEditor/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21358
Modified Files:
multipropertyEditor.rsrc.py
Log Message:
Fix order of components to ensure that the Static Box comes before the
enclosed controls. Previously, on Mac, this prevented the "nudge" controls
from being active (note - this 'fix' is not guaranteed, since overlapping
widgets are not guaranteed to be properly supported).
Index: multipropertyEditor.rsrc.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/tools/resourceEditor/modules/multipropertyEditor.rsrc.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** multipropertyEditor.rsrc.py 22 Feb 2006 14:21:22 -0000 1.3
--- multipropertyEditor.rsrc.py 26 May 2006 13:10:32 -0000 1.4
***************
*** 428,431 ****
--- 428,438 ----
},
+ {'type':'StaticBox',
+ 'name':'stbNudge',
+ 'position':(3, 377),
+ 'size':(141, 130),
+ 'label':'NUDGE',
+ },
+
{'type':'ImageButton',
'name':'nudgeDown',
***************
*** 478,488 ****
},
- {'type':'StaticBox',
- 'name':'stbNudge',
- 'position':(3, 377),
- 'size':(141, 130),
- 'label':'NUDGE',
- },
-
{'type':'Button',
'name':'wUpdate',
--- 485,488 ----
|