[GRASS-SVN] r42045 - grass-addons/gui/wxpython/data_catalog

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 27 08:31:21 EDT 2010


Author: rashadkm
Date: 2010-04-27 08:31:19 -0400 (Tue, 27 Apr 2010)
New Revision: 42045

Modified:
   grass-addons/gui/wxpython/data_catalog/mapdisplay.py
Log:
fixed viewing coordinates when mouse moves

Modified: grass-addons/gui/wxpython/data_catalog/mapdisplay.py
===================================================================
--- grass-addons/gui/wxpython/data_catalog/mapdisplay.py	2010-04-27 10:36:11 UTC (rev 42044)
+++ grass-addons/gui/wxpython/data_catalog/mapdisplay.py	2010-04-27 12:31:19 UTC (rev 42045)
@@ -2430,7 +2430,7 @@
         self.MapWindow2D = BufferedWindow(self, id=wx.ID_ANY,   Map=self.Map, tree=self.tree, gismgr=self._layerManager)
         # default is 2D display mode
         self.MapWindow = self.MapWindow2D
-        #self.MapWindow.Bind(wx.EVT_MOTION, self.OnMotion)
+        self.MapWindow.Bind(wx.EVT_MOTION, self.OnMotion)
         self.MapWindow.SetCursor(self.cursors["default"])
         # used by Nviz (3D display mode)
         self.MapWindow3D = None 



More information about the grass-commit mailing list