ui::screen::add_child should reshape

This commit is contained in:
Nikita Lisitsa 2021-04-25 23:18:55 +03:00
parent fb992e20ea
commit 922a0ce9aa

View file

@ -18,6 +18,7 @@ namespace psemek::ui
if (i >= policies_.size())
policies_.resize(i + 1);
policies_[i] = {x, y};
post_reshape();
return true;
}