Don't expand by default

This commit is contained in:
cncfanatics
2010-10-08 23:16:02 +02:00
parent c7d21f2db0
commit 74d4094149

View File

@@ -461,5 +461,4 @@ class ItemAffectedBy (wx.Panel):
mainSizer.Add( bSizer, 0, wx.ALIGN_RIGHT)
self.SetSizer(mainSizer)
self.affectedBy.ExpandAll()
self.Layout()