瀏覽代碼

wxGUI: do not update properties dialog

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57009 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 11 年之前
父節點
當前提交
afa1b585fe
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      gui/wxpython/lmgr/layertree.py

+ 0 - 3
gui/wxpython/lmgr/layertree.py

@@ -1050,9 +1050,6 @@ class LayerTree(treemixin.DragAndDrop, CT.CustomTreeCtrl):
                 self.GetLayerInfo(layer, key = 'propwin') is not None:
             # recycle GUI dialogs
             win = self.GetLayerInfo(layer, key = 'propwin')
-            if ltype != 'wms':
-                # update properties (columns, layers)
-                win.notebookpanel.OnUpdateSelection(None)
             if win.IsShown():
                 win.SetFocus()
             else: