소스 검색

wxGUI: change default command dialog style on Linux

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65716 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 9 년 전
부모
커밋
1c27468b3e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gui/wxpython/core/settings.py

+ 1 - 1
gui/wxpython/core/settings.py

@@ -144,7 +144,7 @@ class Settings:
                     'type' : 'grass'
                     },
                 'commandNotebook' : {
-                    'selection' : 0
+                    'selection' : 0 if sys.platform in ('win32', 'darwin') else 1
                     },
                 },
             #