rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=2ecb9b7ef8e153106b51847e2668e4f63dad8623
commit 2ecb9b7ef8e153106b51847e2668e4f63dad8623 Author: Mykyta Biliavskyi <m.biliavs...@samsung.com> Date: Thu Jul 14 17:02:34 2016 +0300 Workspace: add hard update geoup view on part select action. Need to recalc groupview controls(like highlight) before select part. @fix T4102 --- 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 19f7916..c7434a5 100644 --- a/src/bin/ui/workspace/workspace.c +++ b/src/bin/ui/workspace/workspace.c @@ -1039,6 +1039,7 @@ _part_select(void *data, assert((MODE_NORMAL == wd->mode) || (MODE_CODE == wd->mode)); + groupview_hard_update(wd->normal.content); groupview_part_select(wd->normal.content, (part) ? part->name : NULL); } --