Revert "Add a NO_BORDER flag to the fit multi switch"

This reverts commit 5105ae8ccd.
This commit is contained in:
cncfanatics
2010-08-16 16:43:17 +02:00
parent 5105ae8ccd
commit a767f7891f

View File

@@ -24,8 +24,6 @@ from gui.statsPane import StatsPane
class FitMultiSwitch(wx.Notebook):
def __init__(self, parent):
wx.Notebook.__init__(self, parent, wx.ID_ANY)
style = self.GetWindowStyleFlag()
self.SetWindowStyleFlag(style | wx.NO_BORDER)
self.AddPage(wx.Panel(self), "+")
def AddTab(self):