Fix attempt for charselection choice draw bug on OSX , the hard way

This commit is contained in:
HomeWorld
2010-09-16 21:21:58 +03:00
parent 66ed4f5f15
commit e11feae5fe
2 changed files with 6 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ class MainFrame(wx.Frame):
self.statsSizer.Add(self.statsCharPickerSizer, 0, wx.EXPAND)
self.charSelection = CharacterSelection(statsFitviewPanel)
self.statsCharPickerSizer.Add(self.charSelection, 0, wx.EXPAND | wx.BOTTOM, 15)
self.statsCharPickerSizer.Add(self.charSelection, 0, wx.EXPAND)
self.statsPane = StatsPane(statsFitviewPanel)
self.statsCharPickerSizer.Add(self.statsPane, 0, wx.EXPAND)