fixed #1335 light mode no good

This commit is contained in:
fourtf 2019-09-25 23:54:56 +02:00
parent 848d5c8789
commit 9e7d3f50ef

View file

@ -81,6 +81,8 @@ BaseWindow::BaseWindow(FlagsEnum<Flags> _flags, QWidget *parent)
QObject::connect(&this->useNextBounds_, &QTimer::timeout, this,
[this]() { this->currentBounds_ = this->nextBounds_; });
#endif
this->themeChangedEvent();
}
void BaseWindow::setInitialBounds(const QRect &bounds)