TextEditor: Move access to smaller settings chunks

Change-Id: Id827edbd19dde54b66cb4349d9c832bc23110adc
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2024-01-26 18:27:53 +01:00
parent 2a29acdbaf
commit bc15dcd8fe
15 changed files with 30 additions and 53 deletions

View File

@@ -75,7 +75,7 @@ CompileOutputWindow::CompileOutputWindow(QAction *cancelBuildAction) :
auto updateZoomEnabled = [this] {
m_outputWindow->setWheelZoomEnabled(
TextEditor::TextEditorSettings::behaviorSettings().m_scrollWheelZooming);
TextEditor::globalBehaviorSettings().m_scrollWheelZooming);
};
updateFontSettings();