forked from qt-creator/qt-creator
Theming: Apply theme settings
Missed when the widget moved from its own tab to General. Task-number: QTCREATORBUG-13396 Change-Id: Ic43194d54b8ff747f198ea0666fe78e403449448 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
4e932d6b07
commit
8cfb167a56
@@ -188,6 +188,7 @@ void GeneralSettings::apply()
|
||||
PatchTool::setPatchCommand(m_page->patchChooser->path());
|
||||
EditorManagerPrivate::setAutoSaveEnabled(m_page->autoSaveCheckBox->isChecked());
|
||||
EditorManagerPrivate::setAutoSaveInterval(m_page->autoSaveInterval->value());
|
||||
m_page->themeWidget->apply();
|
||||
}
|
||||
|
||||
void GeneralSettings::finish()
|
||||
|
||||
Reference in New Issue
Block a user