[GRASS-SVN] r50301 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 19 10:17:05 EST 2012


Author: martinl
Date: 2012-01-19 07:17:05 -0800 (Thu, 19 Jan 2012)
New Revision: 50301

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py
Log:
wxGUI/vdigit: hide buggy undo tool (before releasing 6.4.2)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py	2012-01-19 14:58:27 UTC (rev 50300)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py	2012-01-19 15:17:05 UTC (rev 50301)
@@ -498,6 +498,9 @@
         # disable undo/redo
         self.EnableTool(self.undo, False)
         
+        ### hide undo before releasing 6.4.2 - this tool is quite buggy in GRASS 6
+        self.RemoveTool(self.undo)
+        
         # toogle to pointer by default
         self.OnTool(None)
         



More information about the grass-commit mailing list