Apply changed font settings to edit dock without restart

See issue #894.
This commit is contained in:
Martin Kleusberg
2016-12-19 19:43:28 +01:00
parent 62bfeb03fa
commit f62d78ce15
3 changed files with 14 additions and 7 deletions

View File

@@ -1681,11 +1681,12 @@ void MainWindow::reloadSettings()
sqlArea->getResultView()->setFont(logfont);
}
// Set font for SQL logs
// Set font for SQL logs and edit dialog
ui->editLogApplication->reloadSettings();
ui->editLogUser->reloadSettings();
ui->editLogApplication->setFont(logfont);
ui->editLogUser->setFont(logfont);
editDock->reloadSettings();
// Load extensions
loadExtensionsFromSettings();