[GRASS-SVN] r57009 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 4 04:06:45 PDT 2013
Author: annakrat
Date: 2013-07-04 04:06:45 -0700 (Thu, 04 Jul 2013)
New Revision: 57009
Modified:
grass/trunk/gui/wxpython/lmgr/layertree.py
Log:
wxGUI: do not update properties dialog
Modified: grass/trunk/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/layertree.py 2013-07-04 09:13:47 UTC (rev 57008)
+++ grass/trunk/gui/wxpython/lmgr/layertree.py 2013-07-04 11:06:45 UTC (rev 57009)
@@ -1050,9 +1050,6 @@
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:
More information about the grass-commit
mailing list