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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 17 05:50:58 PDT 2012


Author: mmetz
Date: 2012-08-17 05:50:58 -0700 (Fri, 17 Aug 2012)
New Revision: 52695

Modified:
   grass/trunk/gui/wxpython/mapdisp/statusbar.py
Log:
wx GCP Manager: ensure GCP is visible

Modified: grass/trunk/gui/wxpython/mapdisp/statusbar.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/statusbar.py	2012-08-17 12:50:16 UTC (rev 52694)
+++ grass/trunk/gui/wxpython/mapdisp/statusbar.py	2012-08-17 12:50:58 UTC (rev 52695)
@@ -1014,6 +1014,8 @@
                           wx.LIST_STATE_SELECTED)
         listCtrl.render = True
         
+        listCtrl.EnsureVisible(listCtrl.selected)
+
         srcWin = self.mapFrame.GetSrcWindow()
         tgtWin = self.mapFrame.GetTgtWindow()
         



More information about the grass-commit mailing list