[GRASS-SVN] r52932 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 27 04:21:32 PDT 2012
Author: annakrat
Date: 2012-08-27 04:21:31 -0700 (Mon, 27 Aug 2012)
New Revision: 52932
Modified:
grass/trunk/gui/wxpython/lmgr/layertree.py
Log:
wxGUI/layertree: fix broken drag and drop in r52913
Modified: grass/trunk/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/layertree.py 2012-08-27 09:36:01 UTC (rev 52931)
+++ grass/trunk/gui/wxpython/lmgr/layertree.py 2012-08-27 11:21:31 UTC (rev 52932)
@@ -1216,6 +1216,7 @@
self.hitCheckbox = True
else:
self.hitCheckbox = False
+ event.Skip()
def OnChangingSel(self, event):
"""!Selection is changing.
More information about the grass-commit
mailing list