rimmed pushed a commit to branch master.

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

commit f82aa2fe87a7bdc1cfc307f23775880933a389d0
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Thu Jul 16 10:21:19 2015 +0300

    Groupedit: discard the double object calculation
    
    Denied the double part calculation of editing object on open this
    @fix
    
    Change-Id: Iaade7b7c680c6b637813e37bb4254e04ed3bd07e
---
 src/bin/ui/workspace/groupedit.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/ui/workspace/groupedit.c b/src/bin/ui/workspace/groupedit.c
index 604644f..1c49e09 100644
--- a/src/bin/ui/workspace/groupedit.c
+++ b/src/bin/ui/workspace/groupedit.c
@@ -316,8 +316,6 @@ groupedit_edit_object_set(Evas_Object *obj,
    _parts_list_free(sd);
    _parts_list_new(sd);
 
-   evas_object_smart_changed(sd->obj);
-
    return true;
 }
 

-- 


Reply via email to