set comp object client_inset.calc based on frame_object existence

This commit is contained in:
Mike Blumenkrantz 2015-09-24 16:04:29 -04:00
parent 351fbd1772
commit aa665020e6
1 changed files with 1 additions and 1 deletions

View File

@ -1563,7 +1563,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