gui fixes

This commit is contained in:
MihailRis
2024-04-17 01:25:09 +03:00
parent e059b9395f
commit fbc2cc5ce9
3 changed files with 17 additions and 4 deletions
+1
View File
@@ -199,6 +199,7 @@ void Panel::fullRefresh() {
}
void Panel::add(std::shared_ptr<UINode> node) {
node->setResizing(true);
Container::add(node);
fullRefresh();
}