hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=786fef138cf1bf7bd57c981530bfb8de514719bf

commit 786fef138cf1bf7bd57c981530bfb8de514719bf
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Wed Jun 24 15:26:00 2015 +0900

    cancel live edit if the about is activated.
---
 src/bin/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/main.c b/src/bin/main.c
index fb6f2e0..2c710a9 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -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;
      }

-- 


Reply via email to