[GRASS-SVN] r70031 - grass/branches/releasebranch_7_0/gui/wxpython/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 7 06:00:46 PST 2016


Author: annakrat
Date: 2016-12-07 06:00:46 -0800 (Wed, 07 Dec 2016)
New Revision: 70031

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/nviz/wxnviz.py
Log:
wxGUI/nviz: fix #3219 (merge from trunk, r70029)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/nviz/wxnviz.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/nviz/wxnviz.py	2016-12-07 13:57:45 UTC (rev 70030)
+++ grass/branches/releasebranch_7_0/gui/wxpython/nviz/wxnviz.py	2016-12-07 14:00:46 UTC (rev 70031)
@@ -49,6 +49,7 @@
 
 from core.debug import Debug
 from core.utils import _
+from core.gcmd import EncodeString
 import grass.script as grass
 
 log      = None
@@ -1795,6 +1796,7 @@
         """
         widthOrig  = self.width
         heightOrig = self.height
+        filename = EncodeString(filename)
         
         self.ResizeWindow(width, height)
         GS_clear(Nviz_get_bgcolor(self.data))



More information about the grass-commit mailing list