hermet pushed a commit to branch master.

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

commit d95a66712c23284f127f7a8f3eb2c46cb44eb1c8
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Thu Feb 19 14:51:04 2015 +0900

    bin/live_edit: cancel live edit mode if ctxpopup is dismissed by user.
---
 src/bin/live_edit.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/live_edit.c b/src/bin/live_edit.c
index ddc07bd..22e18d9 100644
--- a/src/bin/live_edit.c
+++ b/src/bin/live_edit.c
@@ -262,6 +262,7 @@ ctxpopup_dismissed_cb(void *data, Evas_Object *obj,
                       void *event_info EINA_UNUSED)
 {
    live_data *ld = data;
+   if (!ld->layout) live_edit_toggle();
    evas_object_del(obj);
    ld->ctxpopup = NULL;
 }

-- 


Reply via email to