rimmed pushed a commit to branch master.

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

commit 50d2bbfd6843e4f87f7a5f643735209b1ce138e1
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Fri Apr 1 13:13:58 2016 +0300

    workspace: recalc the relative scale of ruler if object area shown
    
    Change-Id: Id10d7bb8845ae26a58b8144adf280c92ded9647d
---
 src/bin/ui/workspace/workspace.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/workspace/workspace.c b/src/bin/ui/workspace/workspace.c
index 8ace046..90806be 100644
--- a/src/bin/ui/workspace/workspace.c
+++ b/src/bin/ui/workspace/workspace.c
@@ -968,6 +968,7 @@ workspace_object_area_visible_set(Evas_Object *obj, 
Eina_Bool visible)
    area = _scroll_area_get(wd);
 
    groupview_part_object_area_visible_set(area->content, visible);
+   _container_changed(wd, NULL, container_geom_get(area->container));
 }
 
 Eina_Bool

-- 


Reply via email to