[GRASS-SVN] r65716 - grass/trunk/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 20 11:30:10 PDT 2015
Author: annakrat
Date: 2015-07-20 11:30:10 -0700 (Mon, 20 Jul 2015)
New Revision: 65716
Modified:
grass/trunk/gui/wxpython/core/settings.py
Log:
wxGUI: change default command dialog style on Linux
Modified: grass/trunk/gui/wxpython/core/settings.py
===================================================================
--- grass/trunk/gui/wxpython/core/settings.py 2015-07-20 18:24:47 UTC (rev 65715)
+++ grass/trunk/gui/wxpython/core/settings.py 2015-07-20 18:30:10 UTC (rev 65716)
@@ -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