Fixed a layout bug in multiSwitch (when showing a fit in a new tab)
This commit is contained in:
@@ -74,6 +74,7 @@ class MultiSwitch(wx.Notebook):
|
||||
sizer.Add(p.view, 1, wx.EXPAND | wx.RESERVE_SPACE_EVEN_IF_HIDDEN)
|
||||
|
||||
p.SetSizer(sizer)
|
||||
p.Layout()
|
||||
self.setTabTitle(pos, None)
|
||||
else:
|
||||
self.InsertPage(pos, frame, title)
|
||||
|
||||
Reference in New Issue
Block a user