Skip to content

Commit

Permalink
efl_ui/bg: unset finger_size multiplier during construction
Browse files Browse the repository at this point in the history
Summary:
this is not a clickable widget, so it shouldn't use finger size

ref T8304

@fix

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: segfaultxavi, cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8304

Differential Revision: https://phab.enlightenment.org/D10274
  • Loading branch information
Mike Blumenkrantz authored and segfaultxavi committed Oct 2, 2019
1 parent 0d48cb4 commit 9e113d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/elementary/efl_ui_bg.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ _efl_ui_bg_legacy_efl_object_constructor(Eo *obj, void *_pd EINA_UNUSED)
efl_canvas_object_type_set(obj, MY_CLASS_NAME_LEGACY);
EFL_UI_BG_DATA_GET_OR_RETURN_VAL(obj, pd, obj);
efl_gfx_entity_scale_set(pd->img, 1.0);

efl_ui_layout_finger_size_multiplier_set(obj, 0, 0);
return obj;
}

Expand Down

0 comments on commit 9e113d0

Please sign in to comment.