rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=54b43383937555b7cdcf6d2783b5eca94e89046f

commit 54b43383937555b7cdcf6d2783b5eca94e89046f
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Tue Oct 6 14:57:42 2015 +0300

    property: fix text size spinner
---
 src/bin/ui/property_macros.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/ui/property_macros.h b/src/bin/ui/property_macros.h
index 9f09d9b..162eed0 100644
--- a/src/bin/ui/property_macros.h
+++ b/src/bin/ui/property_macros.h
@@ -1305,6 +1305,8 @@ prop_##MEMBER##_##VALUE##_add(Evas_Object *parent, \
    evas_object_event_callback_priority_add(pd->attributes.MEMBER.VALUE, 
EVAS_CALLBACK_MOUSE_WHEEL, \
                                            EVAS_CALLBACK_PRIORITY_BEFORE, \
                                           _on_spinner_mouse_wheel, NULL); \
+   evas_object_smart_callback_add(pd->attributes.MEMBER.VALUE, 
"spinner,drag,start", _on_##MEMBER##_##VALUE##_start, pd); \
+   evas_object_smart_callback_add(pd->attributes.MEMBER.VALUE, 
"spinner,drag,stop", _on_##MEMBER##_##VALUE##_stop, pd); \
    evas_object_smart_callback_add(pd->attributes.MEMBER.VALUE, "changed", 
_on_##MEMBER##_##VALUE##_change, pd); \
    COMMON_1SPINNER_UPDATE(SUB, VALUE, MEMBER, TYPE, MULTIPLIER, STATE_ARGS) \
    return item; \

-- 


Reply via email to