[GRASS-SVN] r34978 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 21 13:54:02 EST 2008
Author: martinl
Date: 2008-12-21 13:54:02 -0500 (Sun, 21 Dec 2008)
New Revision: 34978
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI/atm: left mouse button -> default - highlight selected
(merge from relbr64, r34977)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py 2008-12-21 18:51:39 UTC (rev 34977)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py 2008-12-21 18:54:02 UTC (rev 34978)
@@ -124,7 +124,7 @@
'width' : 2
},
'leftDbClick' : {
- 'selection' : 0
+ 'selection' : 1 # draw selected
},
'askOnDeleteRec' : {
'enabled' : True
More information about the grass-commit
mailing list