discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=5efb157c0cc9b212199acb6dbdd5218fb49d2fc9
commit 5efb157c0cc9b212199acb6dbdd5218fb49d2fc9 Author: Mike Blumenkrantz <[email protected]> Date: Thu Sep 24 16:04:29 2015 -0400 set comp object client_inset.calc based on frame_object existence --- src/bin/e_comp_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 52401b8..f06c264 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -1679,7 +1679,7 @@ _e_comp_object_frame_recalc(E_Comp_Object *cw) cw->client_inset.t = 0; cw->client_inset.b = 0; } - cw->client_inset.calc = 1; + cw->client_inset.calc = !!cw->frame_object; } static void --
