# HG changeset patch # User Laurent Bessard # Date 1368555726 -7200 # Node ID b72a88dbc7c328a7b37eee410f0d1c735be7dde9 # Parent 8aefbd0d39fffe14007d8db3a37a5d354c0c7460 Fixed SplitterWindows sash position at creation when subindextable is used in notebook tab diff -r 8aefbd0d39ff -r b72a88dbc7c3 objdictgen/subindextable.py --- a/objdictgen/subindextable.py Wed May 08 09:14:59 2013 +0200 +++ b/objdictgen/subindextable.py Tue May 14 20:22:06 2013 +0200 @@ -521,6 +521,9 @@ self.IndexChoice.Disable() self.CallbackCheck.Disable() self.Table.Disable() + + wx.CallAfter(self.SetSashPosition, 110) + wx.CallAfter(self.SecondSplitter.SetSashPosition, 280) def GetIndex(self): return self.Index