Changeset 10467

Show
Ignore:
Timestamp:
10/24/10 20:37:00 (3 years ago)
Author:
Snyder.Jason
Message:

FoldPanelBar? was changed between wx versions 2.8.10 and 2.8.11 including removing FPB_DEFAULT_STYLE. this check-in simply removes it from the constructor in CreateFoldPanel? so it works under 2.8.11

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/trunk/tools/alf/ALF.py

    r10461 r10467  
    310310    def CreateFoldPanel(self): 
    311311        self._fpb_pnl = fpb.FoldPanelBar(self._leftWindow, -1, wx.DefaultPosition, 
    312             wx.Size(-1,-1), fpb.FPB_DEFAULT_STYLE, 0) 
     312            wx.Size(-1,-1), 0) 
    313313         
    314314        # Create the image list for the fold button icons