ui::screen::add_child should reshape
This commit is contained in:
parent
fb992e20ea
commit
922a0ce9aa
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ namespace psemek::ui
|
||||||
if (i >= policies_.size())
|
if (i >= policies_.size())
|
||||||
policies_.resize(i + 1);
|
policies_.resize(i + 1);
|
||||||
policies_[i] = {x, y};
|
policies_[i] = {x, y};
|
||||||
|
post_reshape();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue