[GRASS-SVN] r62259 - grass/branches/releasebranch_7_0/gui/wxpython/mapdisp

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 14 19:04:06 PDT 2014


Author: wenzeslaus
Date: 2014-10-14 19:04:05 -0700 (Tue, 14 Oct 2014)
New Revision: 62259

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/mapdisp/toolbars.py
Log:
wxGUI/mapdisp: disable zoom to region in 3D mode (backport of r61590)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/mapdisp/toolbars.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/mapdisp/toolbars.py	2014-10-15 01:49:32 UTC (rev 62258)
+++ grass/branches/releasebranch_7_0/gui/wxpython/mapdisp/toolbars.py	2014-10-15 02:04:05 UTC (rev 62259)
@@ -264,7 +264,8 @@
         
     def Enable2D(self, enabled):
         """!Enable/Disable 2D display mode specific tools"""
-        for tool in (self.zoomMenu,
+        for tool in (self.zoomRegion,
+                     self.zoomMenu,
                      self.analyze,
                      self.printMap):
             self.EnableTool(tool, enabled)



More information about the grass-commit mailing list