fixed some light mode issues

This commit is contained in:
fourtf
2018-04-18 09:33:05 +02:00
parent 3446a623f5
commit 653e4c6adf
9 changed files with 31 additions and 19 deletions
+6
View File
@@ -112,6 +112,12 @@ void BaseWidget::childEvent(QChildEvent *event)
}
}
void BaseWidget::showEvent(QShowEvent *)
{
this->scaleChangedEvent(this->getScale());
this->themeRefreshEvent();
}
void BaseWidget::setScale(float value)
{
// update scale value