[GRASS-SVN] r58939 - grass/trunk/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 7 09:43:47 PST 2014


Author: martinl
Date: 2014-02-07 09:43:46 -0800 (Fri, 07 Feb 2014)
New Revision: 58939

Modified:
   grass/trunk/gui/wxpython/lmgr/layertree.py
Log:
wxGUI: fix rendering issue reported in #2088


Modified: grass/trunk/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/layertree.py	2014-02-07 17:38:34 UTC (rev 58938)
+++ grass/trunk/gui/wxpython/lmgr/layertree.py	2014-02-07 17:43:46 UTC (rev 58939)
@@ -1100,7 +1100,7 @@
             checked = True
         
         self.forceCheck = True
-        self.CheckItem(layer, checked = checked)
+        wx.CallAfter(self.CheckItem, layer, checked)
         
         # add text and icons for each layer ltype
         label =  _('(double click to set properties)') + ' ' * 15



More information about the grass-commit mailing list