nikawhite pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=d6b3d3ad2d5f431f13d065c9f03f9728fac7b350
commit d6b3d3ad2d5f431f13d065c9f03f9728fac7b350 Author: Vyacheslav Reutskiy <v.reuts...@samsung.com> Date: Thu Jul 28 17:58:33 2016 +0300 workspace: recalc container on mode switch @fix Change-Id: I4886b86242a300d4952639e887131e1631563b0a --- 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 ba2ae37..c3eb52c 100644 --- a/src/bin/ui/workspace/workspace.c +++ b/src/bin/ui/workspace/workspace.c @@ -1026,6 +1026,7 @@ _mode_cb(void *data, break; } + edje_object_calc_force(elm_layout_edje_get(wd->panes_h)); evas_object_smart_callback_call(ap.win, SIGNAL_WORKSPACE_MODE_CHANGED, &wd->mode); assert (area != NULL); --