فهرست منبع

wxGUI Manage color rules interactively (vector map): fix wx.CollapsiblePane widget layout (#449)

Tomas Zigo 5 سال پیش
والد
کامیت
854a8a48f9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      gui/wxpython/modules/colorrules.py

+ 1 - 1
gui/wxpython/modules/colorrules.py

@@ -1251,7 +1251,7 @@ class VectorColorTable(ColorTable):
 
     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('')