Minor screw-ups

This commit is contained in:
HomeWorld
2010-11-18 14:05:06 +02:00
parent 91d282c8b4
commit fa03017ae1
2 changed files with 13 additions and 6 deletions

View File

@@ -24,7 +24,8 @@ SearchSelected, EVT_SB_SEARCH_SEL = wx.lib.newevent.NewEvent()
class ShipBrowser(wx.Panel):
def __init__(self, parent):
wx.Panel.__init__ (self, parent,style = 0 if 'wxGTK' in wx.PlatformInfo else wx.DOUBLE_BORDER)
wx.Panel.__init__ (self, parent,style = 0)
# if 'wxGTK' in wx.PlatformInfo else wx.DOUBLE_BORDER)
self._lastWidth = 0
self._activeStage = 1