[GRASS-SVN] r52700 - grass/branches/develbranch_6/gui/wxpython/gcp

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 17 06:17:39 PDT 2012


Author: mmetz
Date: 2012-08-17 06:17:39 -0700 (Fri, 17 Aug 2012)
New Revision: 52700

Modified:
   grass/branches/develbranch_6/gui/wxpython/gcp/mapdisplay.py
Log:
wx GCP Manager: forward port fix for incomplete backport

Modified: grass/branches/develbranch_6/gui/wxpython/gcp/mapdisplay.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gcp/mapdisplay.py	2012-08-17 13:15:55 UTC (rev 52699)
+++ grass/branches/develbranch_6/gui/wxpython/gcp/mapdisplay.py	2012-08-17 13:17:39 UTC (rev 52700)
@@ -304,6 +304,9 @@
     def OnPointer(self, event):
         """!Pointer button clicked
         """
+        self.toolbars['gcpdisp'].OnTool(event)
+        self.toolbars['gcpdisp'].action['desc'] = ''
+
         # change the cursor
         self.SrcMapWindow.SetCursor(self.cursors["cross"])
         self.SrcMapWindow.mouse['use'] = "pointer"



More information about the grass-commit mailing list