[toolbar] temporary smart_event() has blocked event propagation

SVN revision: 78354
This commit is contained in:
Shinwoo Kim 2012-10-23 06:07:30 +00:00
parent fef043c339
commit 8ef6ac7f41
1 changed files with 2 additions and 4 deletions

View File

@ -527,11 +527,9 @@ _elm_toolbar_smart_event(Evas_Object *obj __UNUSED__,
if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) return EINA_FALSE;
// Key Down Event precess for toolbar.
//TODO: Key Down Event precess for toolbar
ev->event_flags |= EVAS_EVENT_FLAG_ON_HOLD;
return EINA_TRUE;
return EINA_FALSE;
}
static void