Commit 5886a49b authored by Guillaume Seguin's avatar Guillaume Seguin

Fix #496

parent 6f799ab1
......@@ -1030,6 +1030,7 @@ Printrun. If not, see <http://www.gnu.org/licenses/>."""
else:
self.centersizer.Add(b, flag = wx.EXPAND)
self.centerpanel.Layout()
self.centerpanel.GetContainingSizer().Layout()
def help_button(self):
print _('Defines custom button. Usage: button <num> "title" [/c "colour"] command')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment