[GRASS-SVN] r34979 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 21 13:56:14 EST 2008


Author: martinl
Date: 2008-12-21 13:56:14 -0500 (Sun, 21 Dec 2008)
New Revision: 34979

Modified:
   grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI/atm: left mouse button -> default - highlight selected
	   (merge from devbr6, r34978)


Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py	2008-12-21 18:54:02 UTC (rev 34978)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py	2008-12-21 18:56:14 UTC (rev 34979)
@@ -124,7 +124,7 @@
                     'width' : 2
                     },
                 'leftDbClick' : {
-                    'selection' : 0
+                    'selection' : 1 # draw selected
                     },
                 'askOnDeleteRec' : {
                     'enabled' : True



More information about the grass-commit mailing list