diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-03-09 03:39:23 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2014-03-09 03:39:23 +0900 |
commit | 7017b3796c2c08409896d730a84d84e0f7d5dd25 (patch) | |
tree | 2bb7937ef0ec9bee8374017673de7b90ed3b1acb /config | |
parent | 8b1284d3f4b9768b74a6363e10cf2dc608d0956f (diff) |
focus: Added focus highlight clip disable feature.
focus highlight is clipped by the clipper of focus target object.
But many of the times, this clipping looks weird so I made this
configurable.
This fixes T1056 but as this fix was done by adding a new feature, this
patch would not be backported.
@feature
Diffstat (limited to 'config')
-rw-r--r-- | config/default/base.src | 1 | ||||
-rw-r--r-- | config/mobile/base.src | 1 | ||||
-rw-r--r-- | config/standard/base.src | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/default/base.src b/config/default/base.src index edce1e627..1ec7bfa1d 100644 --- a/config/default/base.src +++ b/config/default/base.src | |||
@@ -44,6 +44,7 @@ group "Elm_Config" struct { | |||
44 | value "cursor_engine_only" uchar: 1; | 44 | value "cursor_engine_only" uchar: 1; |
45 | value "focus_highlight_enable" uchar: 0; | 45 | value "focus_highlight_enable" uchar: 0; |
46 | value "focus_highlight_animate" uchar: 0; | 46 | value "focus_highlight_animate" uchar: 0; |
47 | value "focus_highlight_clip_disable" uchar: 0; | ||
47 | value "toolbar_shrink_mode" int: 3; | 48 | value "toolbar_shrink_mode" int: 3; |
48 | value "fileselector_expand_enable" uchar: 0; | 49 | value "fileselector_expand_enable" uchar: 0; |
49 | value "inwin_dialogs_enable" uchar: 1; | 50 | value "inwin_dialogs_enable" uchar: 1; |
diff --git a/config/mobile/base.src b/config/mobile/base.src index f634b1de8..64d6920b0 100644 --- a/config/mobile/base.src +++ b/config/mobile/base.src | |||
@@ -44,6 +44,7 @@ group "Elm_Config" struct { | |||
44 | value "cursor_engine_only" uchar: 1; | 44 | value "cursor_engine_only" uchar: 1; |
45 | value "focus_highlight_enable" uchar: 0; | 45 | value "focus_highlight_enable" uchar: 0; |
46 | value "focus_highlight_animate" uchar: 0; | 46 | value "focus_highlight_animate" uchar: 0; |
47 | value "focus_highlight_clip_disable" uchar: 0; | ||
47 | value "toolbar_shrink_mode" int: 3; | 48 | value "toolbar_shrink_mode" int: 3; |
48 | value "fileselector_expand_enable" uchar: 0; | 49 | value "fileselector_expand_enable" uchar: 0; |
49 | value "inwin_dialogs_enable" uchar: 1; | 50 | value "inwin_dialogs_enable" uchar: 1; |
diff --git a/config/standard/base.src b/config/standard/base.src index bd7ae561e..a6364167c 100644 --- a/config/standard/base.src +++ b/config/standard/base.src | |||
@@ -44,6 +44,7 @@ group "Elm_Config" struct { | |||
44 | value "cursor_engine_only" uchar: 1; | 44 | value "cursor_engine_only" uchar: 1; |
45 | value "focus_highlight_enable" uchar: 0; | 45 | value "focus_highlight_enable" uchar: 0; |
46 | value "focus_highlight_animate" uchar: 0; | 46 | value "focus_highlight_animate" uchar: 0; |
47 | value "focus_highlight_clip_disable" uchar: 1; | ||
47 | value "toolbar_shrink_mode" int: 3; | 48 | value "toolbar_shrink_mode" int: 3; |
48 | value "fileselector_expand_enable" uchar: 1; | 49 | value "fileselector_expand_enable" uchar: 1; |
49 | value "fileselector_double_tap_navigation_enable" uchar: 1; | 50 | value "fileselector_double_tap_navigation_enable" uchar: 1; |