Revert "Add a NO_BORDER flag to the fit multi switch"
This reverts commit 5105ae8ccd.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user