[GRASS-SVN] r58567 - grass/trunk/gui/wxpython/gmodeler

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 31 07:44:29 PST 2013


Author: martinl
Date: 2013-12-31 07:44:29 -0800 (Tue, 31 Dec 2013)
New Revision: 58567

Modified:
   grass/trunk/gui/wxpython/gmodeler/model.py
Log:
wxGUI/modeler: fix handling ^Ction comments

Modified: grass/trunk/gui/wxpython/gmodeler/model.py
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/model.py	2013-12-31 15:41:53 UTC (rev 58566)
+++ grass/trunk/gui/wxpython/gmodeler/model.py	2013-12-31 15:44:29 UTC (rev 58567)
@@ -1056,8 +1056,6 @@
         self.regionComment.SetText(comment)
         self.SetRegionSizes()
         self.ReformatRegions()
-        self.Refresh()
-        self.GetCanvas.Refresh()
 
     def GetComment(self):
         """!Get comment"""



More information about the grass-commit mailing list