Skip to content

Commit

Permalink
wxGUI Manage color rules interactively (vector map): fix wx.Collapsib…
Browse files Browse the repository at this point in the history
…lePane widget layout (#449)
  • Loading branch information
tmszi committed Mar 24, 2020
1 parent 69148c8 commit 854a8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/modules/colorrules.py
Expand Up @@ -1251,7 +1251,7 @@ def _doLayout(self):

def OnPaneChanged(self, event=None):
# redo the layout
self.Layout()
self.panel.Layout()
# and also change the labels
if self.cp.IsExpanded():
self.cp.SetLabel('')
Expand Down

0 comments on commit 854a8a4

Please sign in to comment.