소스 검색

wxGUI/vdigit: don't ask if to save move by default (undo is disabled now)
(merge from devbr6, https://trac.osgeo.org/grass/changeset/33059)


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

Martin Landa 17 년 전
부모
커밋
a3d3b8ec22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gui/wxpython/gui_modules/preferences.py

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

@@ -322,7 +322,7 @@ class Settings:
                     },
                 # exit
                 'saveOnExit' : {
-                    'enabled' : False
+                    'enabled' : True
                     },
                 # break lines on intersection
                 'breakLines' : {