[GRASS-SVN] r65765 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jul 21 12:10:22 PDT 2015
Author: martinl
Date: 2015-07-21 12:10:22 -0700 (Tue, 21 Jul 2015)
New Revision: 65765
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
fix #2713 (GUI hangs when adding vector map from cli)
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2015-07-21 18:40:13 UTC (rev 65764)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2015-07-21 19:10:22 UTC (rev 65765)
@@ -685,7 +685,7 @@
# add layer into layer tree
lname, found = GetLayerNameFromCmd(command, fullyQualified = True,
layerType = layertype)
- self.GetLayerTree().AddLayer(ltype = layertype, lchecked=True,
+ self.GetLayerTree().AddLayer(ltype = layertype, lchecked = False,
lname = lname,
lcmd = command)
More information about the grass-commit
mailing list