浏览代码

wxGUI: fix previous commit https://trac.osgeo.org/grass/changeset/57132

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57133 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 11 年之前
父节点
当前提交
026fc5b36b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/mapdisp/statusbar.py

+ 1 - 1
gui/wxpython/mapdisp/statusbar.py

@@ -1031,7 +1031,7 @@ class SbProgress(SbItem):
         Calls wx.Yield which allows
         to update gui for displaying progress.
         """
-        self.SafeSetValue(self, value)
+        self.SafeSetValue(value)
         wx.Yield()
 
     def SafeSetValue(self, value):