From 53dc237e46b006b6d1fbf292611789089e932cdd Mon Sep 17 00:00:00 2001 From: Ysm-04 Date: Sun, 30 Nov 2025 20:09:16 +0800 Subject: [PATCH] feat: add a new awesome feature --- src/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.cpp b/src/window.cpp index af5ba05..6b9bdee 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -815,7 +815,7 @@ void Window::adaptiveLayout(std::unique_ptr& c, const int finalH, const c->setY(c->getLocalY()); c->setHeight(c->getLocalHeight()); } - c->onWindowResize(); } + c->onWindowResize(); }