[GRASS-SVN] r65717 - grass/branches/releasebranch_7_0/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 20 11:36:13 PDT 2015
Author: annakrat
Date: 2015-07-20 11:36:13 -0700 (Mon, 20 Jul 2015)
New Revision: 65717
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/core/settings.py
Log:
wxGUI: change default command dialog style on Linux (merge from trunk, r65716)
Modified: grass/branches/releasebranch_7_0/gui/wxpython/core/settings.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/core/settings.py 2015-07-20 18:30:10 UTC (rev 65716)
+++ grass/branches/releasebranch_7_0/gui/wxpython/core/settings.py 2015-07-20 18:36:13 UTC (rev 65717)
@@ -144,7 +144,7 @@
'type' : 'grass'
},
'commandNotebook' : {
- 'selection' : 0
+ 'selection' : 0 if sys.platform in ('win32', 'darwin') else 1
},
},
#
More information about the grass-commit
mailing list