[GRASS-SVN] r54542 - grass/trunk/gui/wxpython/mapdisp
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 6 01:31:34 PST 2013
Author: annakrat
Date: 2013-01-06 01:31:34 -0800 (Sun, 06 Jan 2013)
New Revision: 54542
Modified:
grass/trunk/gui/wxpython/mapdisp/statusbar.py
Log:
wxGUI: fix starting 3D view
Modified: grass/trunk/gui/wxpython/mapdisp/statusbar.py
===================================================================
--- grass/trunk/gui/wxpython/mapdisp/statusbar.py 2013-01-05 22:17:07 UTC (rev 54541)
+++ grass/trunk/gui/wxpython/mapdisp/statusbar.py 2013-01-06 09:31:34 UTC (rev 54542)
@@ -970,7 +970,7 @@
return self.mapFrame.GetMap().GetRegion() # computational region
-class SbProgress(SbTextItem):
+class SbProgress(SbItem):
"""!General progress bar to show progress.
Underlaying widget is wx.Gauge.
More information about the grass-commit
mailing list