rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=185c13331ded098f1a1aa274c7e0caffd727c47d
commit 185c13331ded098f1a1aa274c7e0caffd727c47d Author: Vitalii Vorobiov <[email protected]> Date: Fri Dec 11 11:58:18 2015 +0200 property_group: add image change into history --- src/bin/ui/property_group.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/ui/property_group.c b/src/bin/ui/property_group.c index 44a3e3a..5e98617 100644 --- a/src/bin/ui/property_group.c +++ b/src/bin/ui/property_group.c @@ -2873,6 +2873,7 @@ _on_image_editor_done(void *data, pd->part->current_state->parsed_val, selected); + history_change_add(pd->group->history, change); evas_object_smart_callback_call(pd->attributes.state_image.image, "changed,user", NULL); evas_object_smart_callback_call(ap.win, SIGNAL_PROPERTY_ATTRIBUTE_CHANGED, NULL); --
