mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 16:44:39 +03:00
Changing theme fixed
This commit is contained in:
parent
4da0e7f0f2
commit
c2d731eef9
@ -206,7 +206,10 @@ void ReportDesignWidget::applySettings()
|
||||
QString styleSheet = theme.readAll();
|
||||
parentWidget()->setStyleSheet(styleSheet);
|
||||
m_report->setStyleSheet(styleSheet);
|
||||
} else parentWidget()->setStyleSheet("");
|
||||
} else {
|
||||
parentWidget()->setStyleSheet("");
|
||||
m_report->setStyleSheet("");
|
||||
}
|
||||
}
|
||||
|
||||
void ReportDesignWidget::loadState(QSettings* settings)
|
||||
|
Loading…
Reference in New Issue
Block a user