浏览代码

wxGUI: change default command dialog style on Linux (merge from trunk, https://trac.osgeo.org/grass/changeset/65716)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@65717 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 10 年之前
父节点
当前提交
8c77ea5cf3
共有 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
                     },
                 },
             #