rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=51196367f42a9a216e9d51b4f2b43197c8acfb82

commit 51196367f42a9a216e9d51b4f2b43197c8acfb82
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Tue Jan 26 12:09:45 2016 +0000

    image_editor: unselect image property after del button is clicked
---
 src/bin/ui/editors/image_editor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/editors/image_editor.c 
b/src/bin/ui/editors/image_editor.c
index 487bfcd..87bf7a6 100644
--- a/src/bin/ui/editors/image_editor.c
+++ b/src/bin/ui/editors/image_editor.c
@@ -406,6 +406,7 @@ _on_button_delete_clicked_cb(void *data,
         WARN("%s", buf);
      }
 
+   evas_object_smart_callback_call(ap.win, SIGNAL_IMAGE_SELECTED, NULL);
    editor_save(ap.project->global_object);
    TODO("Remove this line once edje_edit_image_del would be added into Editor 
Modulei and saving would work properly")
    ap.project->changed = true;

-- 


Reply via email to