xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=9e113d0f2f105c7ff53d467e911d00fd5abd9ada

commit 9e113d0f2f105c7ff53d467e911d00fd5abd9ada
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Oct 2 17:52:41 2019 +0200

    efl_ui/bg: unset finger_size multiplier during construction
    
    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
---
 src/lib/elementary/efl_ui_bg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_bg.c b/src/lib/elementary/efl_ui_bg.c
index 614896dd2c..51b12158db 100644
--- a/src/lib/elementary/efl_ui_bg.c
+++ b/src/lib/elementary/efl_ui_bg.c
@@ -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;
 }
 

-- 


Reply via email to