[GRASS-SVN] r55192 - grass/branches/releasebranch_6_4/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 25 05:06:04 PST 2013


Author: annakrat
Date: 2013-02-25 05:06:04 -0800 (Mon, 25 Feb 2013)
New Revision: 55192

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/lmgr/layertree.py
Log:
wxGUI: do not update properties dialog (see #1893)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/lmgr/layertree.py	2013-02-25 09:07:54 UTC (rev 55191)
+++ grass/branches/releasebranch_6_4/gui/wxpython/lmgr/layertree.py	2013-02-25 13:06:04 UTC (rev 55192)
@@ -956,8 +956,6 @@
                 self.GetPyData(layer)[0]['propwin'] is not None:
             # recycle GUI dialogs
             win = self.GetPyData(layer)[0]['propwin']
-            # update properties (columns, layers)
-            win.notebookpanel.OnUpdateSelection(None)
             if win.IsShown():
                 win.SetFocus()
             else:



More information about the grass-commit mailing list