feat: add a new awesome feature

This commit is contained in:
2025-11-30 20:09:16 +08:00
parent 46febdb973
commit 53dc237e46

View File

@@ -815,7 +815,7 @@ void Window::adaptiveLayout(std::unique_ptr<Control>& c, const int finalH, const
c->setY(c->getLocalY()); c->setY(c->getLocalY());
c->setHeight(c->getLocalHeight()); c->setHeight(c->getLocalHeight());
} }
c->onWindowResize();
} }
c->onWindowResize();
} }