diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2016-07-25 11:05:37 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2016-07-25 11:05:37 +0900 |
commit | 892c126cf47d02724d4ce2d6e3e972ab6363eae3 (patch) | |
tree | d037e5cfb443d92bf9e75857c3f8fda034962243 /config/default | |
parent | 89a3be87359c1e85969e6f57f510b0ebe86e4458 (diff) |
elm default config - change default select on focus to be disabled
this also fixes T3198 but only dave's comment.
@fix
Diffstat (limited to 'config/default')
-rw-r--r-- | config/default/base.src.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default/base.src.in b/config/default/base.src.in index c9935497d8..1817ffd179 100644 --- a/config/default/base.src.in +++ b/config/default/base.src.in | |||
@@ -44,7 +44,7 @@ group "Elm_Config" struct { | |||
44 | value "focus_highlight_enable" uchar: 0; | 44 | value "focus_highlight_enable" uchar: 0; |
45 | value "focus_highlight_animate" uchar: 0; | 45 | value "focus_highlight_animate" uchar: 0; |
46 | value "focus_highlight_clip_disable" uchar: 0; | 46 | value "focus_highlight_clip_disable" uchar: 0; |
47 | value "item_select_on_focus_disable" uchar: 0; | 47 | value "item_select_on_focus_disable" uchar: 1; |
48 | value "first_item_focus_on_first_focus_in" uchar: 0; | 48 | value "first_item_focus_on_first_focus_in" uchar: 0; |
49 | value "focus_move_policy" uchar: 0; | 49 | value "focus_move_policy" uchar: 0; |
50 | value "toolbar_shrink_mode" int: 3; | 50 | value "toolbar_shrink_mode" int: 3; |