Browse Source

wxGUI/vdigit: fix typo in fn name (split line)
(merge https://trac.osgeo.org/grass/changeset/61329 from trunk)


git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@61330 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 10 năm trước cách đây
mục cha
commit
f666bca9f7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gui/wxpython/vdigit/wxdigit.py

+ 1 - 1
gui/wxpython/vdigit/wxdigit.py

@@ -967,7 +967,7 @@ class IVDigit:
         Vect_destroy_list(poList)
         
         if ret > 0:
-            self.addChangeset()
+            self._addChangeset()
             self.toolbar.EnableUndo()
         
         return ret