Przeglądaj źródła

wxGUI: auto-rendering enabled by default
(merge https://trac.osgeo.org/grass/changeset/39680 from devbr6)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39681 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 15 lat temu
rodzic
commit
1b87ba70e1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      gui/wxpython/gui_modules/preferences.py

+ 1 - 1
gui/wxpython/gui_modules/preferences.py

@@ -102,7 +102,7 @@ class Settings:
                     'enabled' : False
                     },
                 'autoRendering': {
-                    'enabled' : False
+                    'enabled' : True
                     },
                 'autoZooming' : {
                     'enabled' : False