Browse Source

wxIClass: fix deleting areas

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49816 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 13 years ago
parent
commit
7f957b6997
1 changed files with 3 additions and 0 deletions
  1. 3 0
      gui/wxpython/iclass/digit.py

+ 3 - 0
gui/wxpython/iclass/digit.py

@@ -60,6 +60,9 @@ class IClassVDigitWindow(VDigitWindow):
     def _addRecord(self):
     def _addRecord(self):
         return False
         return False
         
         
+    def _updateATM(self):
+        pass
+        
     def GetCurrentCategory(self):
     def GetCurrentCategory(self):
         """!Returns current category (class).
         """!Returns current category (class).