Bläddra i källkod

wxGUI/modeler: fix handling ^Ction comments

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58567 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 år sedan
förälder
incheckning
1632309a30
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      gui/wxpython/gmodeler/model.py

+ 0 - 2
gui/wxpython/gmodeler/model.py

@@ -1056,8 +1056,6 @@ class ModelAction(ModelObject, ogl.DividedShape):
         self.regionComment.SetText(comment)
         self.SetRegionSizes()
         self.ReformatRegions()
-        self.Refresh()
-        self.GetCanvas.Refresh()
 
     def GetComment(self):
         """!Get comment"""