Sfoglia il codice sorgente

wxGUI/iclass: delete line tool added

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54408 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 anni fa
parent
commit
e5afb7400b
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      gui/wxpython/iclass/frame.py

+ 3 - 2
gui/wxpython/iclass/frame.py

@@ -282,8 +282,9 @@ class IClassMapFrame(DoubleMapFrame):
             self.toolbars[name] = VDigitToolbar(parent = self, MapWindow = self.GetFirstWindow(),
                                                 digitClass = IClassVDigit, giface = self._giface,
                                                 tools = ['addArea', 'moveVertex', 'addVertex',
-                                                         'removeVertex', 'editLine',
-                                                         'moveLine', 'deleteArea', 'undo', 'redo'])
+                                                         'removeVertex', 'editLine', 'moveLine',
+                                                         'deleteLine', 'deleteArea',
+                                                         'undo', 'redo'])
             
             self._mgr.AddPane(self.toolbars[name],
                               wx.aui.AuiPaneInfo().