Changeset 3124

Show
Ignore:
Timestamp:
05/11/07 10:05:19 (2 years ago)
Author:
paul
Message:

For some reason, the move to the textctrlmixin has exposed a problem with my
WordWrap? setter: overwriting a font size given by the user. This appears to
fix the issue.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/ui/uiwx/dEditBox.py

    r3123 r3124  
    5050        if not val: 
    5151            self._addWindowStyleFlag(wx.HSCROLL) 
    52         dabo.ui.callAfter(self._setFontSize, fontSize) 
     52            if self._constructed(): 
     53                self.FontSize = fontSize 
    5354     
    5455    # property definitions follow: