[GRASS-SVN] r56573 - grass/branches/develbranch_6/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 3 11:24:39 PDT 2013
Author: annakrat
Date: 2013-06-03 11:24:39 -0700 (Mon, 03 Jun 2013)
New Revision: 56573
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py
Log:
wxGUI: fix #1987 (merge from trunk, r56571)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py 2013-06-03 18:21:51 UTC (rev 56572)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/gselect.py 2013-06-03 18:24:39 UTC (rev 56573)
@@ -175,6 +175,7 @@
self.seltree.Bind(wx.EVT_TREE_ITEM_ACTIVATED, self.mapsetActivated)
self.seltree.Bind(wx.EVT_TREE_SEL_CHANGED, self.mapsetSelected)
self.seltree.Bind(wx.EVT_TREE_DELETE_ITEM, lambda x: None)
+ self.seltree.Bind(wx.EVT_TREE_BEGIN_DRAG, lambda x: None)
# the following dummy handler are needed to keep tree events from propagating up to
# the parent GIS Manager layer tree
More information about the grass-commit
mailing list