cancel live edit if the about is activated.

This commit is contained in:
ChunEon Park 2015-06-24 15:26:00 +09:00
parent 9342835f3d
commit 786fef138c
1 changed files with 1 additions and 0 deletions

View File

@ -730,6 +730,7 @@ main_key_down_cb(void *data, int type EINA_UNUSED, void *ev)
if (!strcmp(event->key, "F1"))
{
enventor_object_ctxpopup_dismiss(ad->enventor);
live_edit_cancel();
menu_about();
return ECORE_CALLBACK_DONE;
}