rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=657a9ae21b4274868744a264cb8633d49099e4a5
commit 657a9ae21b4274868744a264cb8633d49099e4a5 Author: Andrii Kroitor <an.kroi...@samsung.com> Date: Thu Jul 14 15:15:49 2016 +0300 property: fix shortcuts unblocking on the second spinner --- src/bin/ui/property/property_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ui/property/property_common.c b/src/bin/ui/property/property_common.c index 78c2ee6..c3f0a8e 100644 --- a/src/bin/ui/property/property_common.c +++ b/src/bin/ui/property/property_common.c @@ -156,7 +156,7 @@ _stop_cb(void *data, if (pa->action2.control_type == PROPERTY_CONTROL_SPINNER) { - shortcuts_object_push(pa->action2.control); + shortcuts_object_check_pop(pa->action2.control); elm_object_scroll_freeze_pop(pa->action2.control); } _stop(pd, pa, &pa->action2); --