daboide Commit Revision 416 Date: 2006-01-31 10:02:46 -0800 (Tue, 31 Jan 2006) Author: ed
Changed: U trunk/DesignerControlMixin.py
Log: Fixed a problem with some controls 'disappearing' under Windows.
Diff: Modified: trunk/DesignerControlMixin.py =================================================================== --- trunk/DesignerControlMixin.py 2006-01-31 01:38:07 UTC (rev 415) +++ trunk/DesignerControlMixin.py 2006-01-31 18:02:46 UTC (rev 416) @@ -29,8 +29,11 @@ # References to visual 'handles' that display when the control is selected self._handles = {} self._handleColor = "yellow" - self._autoClearDrawings = True + # Turned this off; it was making controls disappear under Windows + #self._autoClearDrawings = True + self._autoClearDrawings = False + # Store the defaults for the various props self._propDefaults = {} for prop in self.DesignerProps.keys():
©2006 Ed Leafe |