瀏覽代碼

wx vdigit: fix https://trac.osgeo.org/grass/changeset/63341

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63351 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 10 年之前
父節點
當前提交
e5a53a18fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/vdigit/wxdigit.py

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

@@ -1555,7 +1555,7 @@ class IVDigit:
         if changesetLast < 0:
             return changesetLast
         
-        elif level < 0 and self.changesetCurrent > changesetLast:
+        if level < 0 and self.changesetCurrent > changesetLast:
             self.changesetCurrent = changesetLast
         elif level == 0:
             # 0 -> undo all