Fix grid_layout remembering bounding box
This commit is contained in:
parent
98ab4ee39d
commit
fd0048c423
1 changed files with 2 additions and 0 deletions
|
|
@ -208,6 +208,8 @@ namespace psemek::ui
|
|||
|
||||
void grid_layout::reshape(geom::box<float, 2> const & bbox)
|
||||
{
|
||||
shape_.box = bbox;
|
||||
|
||||
auto st = merged_own_style();
|
||||
if (!st) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue