浏览代码

wxNviz: fix drawing of north arrow (the same problem as fringe)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47007 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 14 年之前
父节点
当前提交
485779a1c0
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      gui/wxpython/gui_modules/nviz_mapdisp.py

+ 2 - 0
gui/wxpython/gui_modules/nviz_mapdisp.py

@@ -469,6 +469,8 @@ class GLWindow(MapWindow, glcanvas.GLCanvas):
         # on some computers
         if self.render['quick'] is False:
             self._display.DrawFringe()
+            if self.decoration['arrow']['show']:
+                self._display.DrawArrow()
         
         stop = time.clock()