rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=3d589a96b9a62dd42369e8c4b64c328083542696

commit 3d589a96b9a62dd42369e8c4b64c328083542696
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Tue Jul 21 13:45:08 2015 +0300

    Style manager: commented update workspace while namager not refactored
    
    Change-Id: I20ca7239b238ca77ca291dc362e9c973dbb2e0f0
---
 src/bin/ui/editors/style_editor.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/ui/editors/style_editor.c 
b/src/bin/ui/editors/style_editor.c
index c5c609d..c969e7a 100644
--- a/src/bin/ui/editors/style_editor.c
+++ b/src/bin/ui/editors/style_editor.c
@@ -692,7 +692,8 @@ _on_viewer_exit(void *data,
    assert(style_edit != NULL);
 
    App_Data *ap = app_data_get();
-   workspace_edit_object_recalc(ap->workspace);
+   TODO("Move to 'Apply'")
+   //workspace_edit_object_recalc(ap->workspace);
    mw_del(style_edit->mwin);
 }
 

-- 


Reply via email to