diff --git a/src/core/application.cpp b/src/core/application.cpp index 49c40976..4486427a 100644 --- a/src/core/application.cpp +++ b/src/core/application.cpp @@ -734,6 +734,9 @@ void Application::run() { if (renderer && renderer->getCamera()) { renderer->getCamera()->setAspectRatio(static_cast(newWidth) / newHeight); } + // Notify addons so UI layouts can adapt to the new size + if (addonManager_) + addonManager_->fireEvent("DISPLAY_SIZE_CHANGED"); } } // Debug controls