[GRASS-SVN] r55023 - grass/trunk/gui/wxpython/mapdisp

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 13 00:10:10 PST 2013


Author: annakrat
Date: 2013-02-13 00:10:10 -0800 (Wed, 13 Feb 2013)
New Revision: 55023

Modified:
   grass/trunk/gui/wxpython/mapdisp/mapwindow.py
Log:
wxGUI: use latest coordinates in query

Modified: grass/trunk/gui/wxpython/mapdisp/mapwindow.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/mapwindow.py	2013-02-12 23:43:04 UTC (rev 55022)
+++ grass/trunk/gui/wxpython/mapdisp/mapwindow.py	2013-02-13 08:10:10 UTC (rev 55023)
@@ -1184,7 +1184,7 @@
             self.frame.StatusbarUpdate()
             
         elif self.mouse["use"] == "query":
-            self.frame.Query(self.mouse['begin'][0],self.mouse['begin'][1])
+            self.frame.Query(self.mouse['end'][0], self.mouse['end'][1])
         
         elif self.mouse["use"] in ["measure", "profile"]:
             # measure or profile



More information about the grass-commit mailing list