controls/PouInstanceVariablesPanel.py
changeset 692 e00ce7077bfc
parent 687 629680fb0582
child 701 25fbbb005a30
--- a/controls/PouInstanceVariablesPanel.py	Mon May 21 18:49:49 2012 +0200
+++ b/controls/PouInstanceVariablesPanel.py	Mon May 21 18:50:16 2012 +0200
@@ -179,6 +179,8 @@
                     
                     for button in buttons:
                         panel_sizer.AddWindow(button, 0, border=4, flag=wx.LEFT)
+                    panel_sizer.Layout()
+                    
                 else:
                     panel.Destroy()
                     panel = None