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:
Orgad Shaneh
2014-11-13 20:30:41 +02:00
committed by Orgad Shaneh
parent 4e932d6b07
commit 8cfb167a56

View File

@@ -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()