[GRASS-SVN] r40808 - grass-addons/gui/wxpython/data_catalog
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Feb 3 23:58:46 EST 2010
Author: rashadkm
Date: 2010-02-03 23:58:46 -0500 (Wed, 03 Feb 2010)
New Revision: 40808
Modified:
grass-addons/gui/wxpython/data_catalog/mapdisplay.py
Log:
fixed error on updateMap
Modified: grass-addons/gui/wxpython/data_catalog/mapdisplay.py
===================================================================
--- grass-addons/gui/wxpython/data_catalog/mapdisplay.py 2010-02-04 04:58:00 UTC (rev 40807)
+++ grass-addons/gui/wxpython/data_catalog/mapdisplay.py 2010-02-04 04:58:46 UTC (rev 40808)
@@ -73,7 +73,7 @@
from preferences import globalSettings as UserSettings
-from mapdisp_1 import BufferedWindow
+from mapframe import BufferedWindow
@@ -262,6 +262,10 @@
self.StatusbarReposition() # reposition statusbar
+ self.maskInfo = wx.StaticText(parent = self.statusbar, id = wx.ID_ANY,
+ label = '')
+ self.maskInfo.SetForegroundColour(wx.Colour(255, 0, 0))
+
#
# Init map display (buffered DC & set default cursor)
#
More information about the grass-commit
mailing list