rimmed pushed a commit to branch master.

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

commit cc4a6c7f5242355287079b119d04693399efad4c
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Thu Dec 3 10:43:05 2015 +0200

    workspace: don't recalc on scrolling
    
    Change-Id: Iab00203bb0f1ee8ecb9890ae83a25f1c0b7f65e5
---
 src/bin/ui/workspace/workspace.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/ui/workspace/workspace.c b/src/bin/ui/workspace/workspace.c
index 9fefc4b..5d2a378 100644
--- a/src/bin/ui/workspace/workspace.c
+++ b/src/bin/ui/workspace/workspace.c
@@ -596,8 +596,6 @@ _sc_smart_move_cb(void *data,
    if ((groupedit_edit_object_parts_separated_is(sd->groupedit))
        && (sd->scroll_flag < 2))
      evas_object_smart_callback_call(sd->scroller, "vbar,drag", NULL);
-   else
-     groupedit_edit_object_recalc_all(sd->groupedit);
    sd->scroll_flag = 0;
 
    evas_object_geometry_get(object_area, &gs_x, &gs_y, &gs_w, &gs_h);

-- 


Reply via email to