[GRASS-SVN] r47007 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jul 5 10:46:36 EDT 2011
Author: annakrat
Date: 2011-07-05 07:46:36 -0700 (Tue, 05 Jul 2011)
New Revision: 47007
Modified:
grass/trunk/gui/wxpython/gui_modules/nviz_mapdisp.py
Log:
wxNviz: fix drawing of north arrow (the same problem as fringe)
Modified: grass/trunk/gui/wxpython/gui_modules/nviz_mapdisp.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/nviz_mapdisp.py 2011-07-05 14:40:14 UTC (rev 47006)
+++ grass/trunk/gui/wxpython/gui_modules/nviz_mapdisp.py 2011-07-05 14:46:36 UTC (rev 47007)
@@ -469,6 +469,8 @@
# on some computers
if self.render['quick'] is False:
self._display.DrawFringe()
+ if self.decoration['arrow']['show']:
+ self._display.DrawArrow()
stop = time.clock()
More information about the grass-commit
mailing list