Changeset 2081
- Timestamp:
- 04/03/2006 09:57:57 AM (3 years ago)
- Files:
-
- trunk/dabo/ui/uiwx/dGrid.py (modified) (1 diff)
- trunk/dabo/ui/uiwx/dSplitter.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/ui/uiwx/dGrid.py
r2072 r2081 1690 1690 1691 1691 1692 # self.SetColLabelAlignment(wx.ALIGN_CENTRE, wx.ALIGN_CENTRE)1693 1694 1692 if currFocus is not None: 1695 1693 # put the data binding back and re-set the focus: trunk/dabo/ui/uiwx/dSplitter.py
r1970 r2081 97 97 98 98 def _initEvents(self): 99 self.super() 99 100 self.Bind(wx.EVT_SPLITTER_DCLICK, self._onSashDClick) 100 101 self.Bind(wx.EVT_SPLITTER_SASH_POS_CHANGED, self._onSashPos)
