Explorar o código

wxGUI/modeler: no need for normalizing

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58607 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=11) %!d(string=hai) anos
pai
achega
3f8d127023
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/gmodeler/dialogs.py

+ 1 - 1
gui/wxpython/gmodeler/dialogs.py

@@ -967,7 +967,7 @@ class ItemListCtrl(ModelListCtrl):
         
         # reorganize model items
         model.ReorderItems(idxList)
-        model.Normalize()
+        ### model.Normalize()
         self.Populate(model.GetItems(objType=ModelAction))
         
         # re-selected originaly selected item