[GRASS-SVN] r57010 - grass/branches/develbranch_6/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 4 04:18:45 PDT 2013
Author: annakrat
Date: 2013-07-04 04:18:45 -0700 (Thu, 04 Jul 2013)
New Revision: 57010
Modified:
grass/branches/develbranch_6/gui/wxpython/lmgr/layertree.py
Log:
wxGUI: do not update properties dialog (see #1893)
Modified: grass/branches/develbranch_6/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/lmgr/layertree.py 2013-07-04 11:06:45 UTC (rev 57009)
+++ grass/branches/develbranch_6/gui/wxpython/lmgr/layertree.py 2013-07-04 11:18:45 UTC (rev 57010)
@@ -962,8 +962,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