diff --git a/lib/appbase/widgets/BaseWindow.cpp b/lib/appbase/widgets/BaseWindow.cpp index 95e95dfd4..b18a932b8 100644 --- a/lib/appbase/widgets/BaseWindow.cpp +++ b/lib/appbase/widgets/BaseWindow.cpp @@ -81,6 +81,8 @@ BaseWindow::BaseWindow(FlagsEnum _flags, QWidget *parent) QObject::connect(&this->useNextBounds_, &QTimer::timeout, this, [this]() { this->currentBounds_ = this->nextBounds_; }); #endif + + this->themeChangedEvent(); } void BaseWindow::setInitialBounds(const QRect &bounds)