elm default config - change default select on focus to be disabled
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 25 Jul 2016 02:05:37 +0000 (11:05 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 25 Jul 2016 02:05:37 +0000 (11:05 +0900)
this also fixes T3198 but only dave's comment.

@fix

config/default/base.src.in
config/mobile/base.src.in
config/standard/base.src.in

index c993549..1817ffd 100644 (file)
@@ -44,7 +44,7 @@ group "Elm_Config" struct {
   value "focus_highlight_enable" uchar: 0;
   value "focus_highlight_animate" uchar: 0;
   value "focus_highlight_clip_disable" uchar: 0;
-  value "item_select_on_focus_disable" uchar: 0;
+  value "item_select_on_focus_disable" uchar: 1;
   value "first_item_focus_on_first_focus_in" uchar: 0;
   value "focus_move_policy" uchar: 0;
   value "toolbar_shrink_mode" int: 3;
index 2622b89..3e15c10 100644 (file)
@@ -44,7 +44,7 @@ group "Elm_Config" struct {
   value "focus_highlight_enable" uchar: 0;
   value "focus_highlight_animate" uchar: 0;
   value "focus_highlight_clip_disable" uchar: 0;
-  value "item_select_on_focus_disable" uchar: 0;
+  value "item_select_on_focus_disable" uchar: 1;
   value "first_item_focus_on_first_focus_in" uchar: 0;
   value "focus_move_policy" uchar: 0;
   value "toolbar_shrink_mode" int: 3;
index c9f3f19..96847d7 100644 (file)
@@ -44,7 +44,7 @@ group "Elm_Config" struct {
   value "focus_highlight_enable" uchar: 0;
   value "focus_highlight_animate" uchar: 0;
   value "focus_highlight_clip_disable" uchar: 1;
-  value "item_select_on_focus_disable" uchar: 0;
+  value "item_select_on_focus_disable" uchar: 1;
   value "first_item_focus_on_first_focus_in" uchar: 0;
   value "focus_move_policy" uchar: 0;
   value "toolbar_shrink_mode" int: 3;