Kaynağa Gözat

wxGUI: build topo for new vector by default

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50035 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 yıl önce
ebeveyn
işleme
87258f01e5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      gui/wxpython/vdigit/toolbars.py

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

@@ -627,7 +627,7 @@ class VDigitToolbar(BaseToolbar):
             dlg = CreateNewVector(self.parent,
                                   exceptMap = openVectorMap, log = self.log,
                                   cmd = (('v.edit',
-                                          { 'flags' : 'b', 'tool' : 'create' },
+                                          { 'tool' : 'create' },
                                           'map')),
                                   disableAdd = True)