fixed #1335 light mode no good
This commit is contained in:
@@ -81,6 +81,8 @@ BaseWindow::BaseWindow(FlagsEnum<Flags> _flags, QWidget *parent)
|
|||||||
QObject::connect(&this->useNextBounds_, &QTimer::timeout, this,
|
QObject::connect(&this->useNextBounds_, &QTimer::timeout, this,
|
||||||
[this]() { this->currentBounds_ = this->nextBounds_; });
|
[this]() { this->currentBounds_ = this->nextBounds_; });
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
this->themeChangedEvent();
|
||||||
}
|
}
|
||||||
|
|
||||||
void BaseWindow::setInitialBounds(const QRect &bounds)
|
void BaseWindow::setInitialBounds(const QRect &bounds)
|
||||||
|
|||||||
Reference in New Issue
Block a user