Changeset 2081

Show
Ignore:
Timestamp:
04/03/2006 09:57:57 AM (3 years ago)
Author:
paul
Message:

Removed the commented SetColLabelAlignment? call from dGrid.

Added self.super() to dSplitter's _initEvents.

Files:

Legend:

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

    r2072 r2081  
    16901690 
    16911691         
    1692 #       self.SetColLabelAlignment(wx.ALIGN_CENTRE, wx.ALIGN_CENTRE) 
    1693  
    16941692        if currFocus is not None: 
    16951693            # put the data binding back and re-set the focus: 
  • trunk/dabo/ui/uiwx/dSplitter.py

    r1970 r2081  
    9797     
    9898    def _initEvents(self): 
     99        self.super() 
    99100        self.Bind(wx.EVT_SPLITTER_DCLICK, self._onSashDClick) 
    100101        self.Bind(wx.EVT_SPLITTER_SASH_POS_CHANGED, self._onSashPos)