Prechádzať zdrojové kódy

wxGUI/atm: left mouse button -> default - highlight selected
(merge from devbr6, https://trac.osgeo.org/grass/changeset/34978)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34979 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 16 rokov pred
rodič
commit
029dc30092
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      gui/wxpython/gui_modules/preferences.py

+ 1 - 1
gui/wxpython/gui_modules/preferences.py

@@ -124,7 +124,7 @@ class Settings:
                     'width' : 2
                     },
                 'leftDbClick' : {
-                    'selection' : 0
+                    'selection' : 1 # draw selected
                     },
                 'askOnDeleteRec' : {
                     'enabled' : True