[GRASS-SVN] r34977 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 21 13:51:40 EST 2008


Author: martinl
Date: 2008-12-21 13:51:39 -0500 (Sun, 21 Dec 2008)
New Revision: 34977

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI/atm: left mouse button -> default - highlight selected

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py	2008-12-21 12:39:18 UTC (rev 34976)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py	2008-12-21 18:51:39 UTC (rev 34977)
@@ -124,7 +124,7 @@
                     'width' : 2
                     },
                 'leftDbClick' : {
-                    'selection' : 0
+                    'selection' : 1 # draw selected
                     },
                 'askOnDeleteRec' : {
                     'enabled' : True



More information about the grass-commit mailing list