Do not call Layout on the skill tree view. #1866

This commit is contained in:
Ryan Holmes
2019-03-17 09:01:40 -04:00
parent 2290281024
commit ccd3665115

View File

@@ -427,7 +427,8 @@ class SkillTreeView(wx.Panel):
self.levelChangeMenu.Bind(wx.EVT_MENU, self.changeLevel)
self.SetSizer(pmainSizer)
self.Layout()
# This cuases issues with GTK, see #1866
# self.Layout()
def importSkills(self, evt):