forked from qt-creator/qt-creator
TextEditor: Move access to smaller settings chunks
Change-Id: Id827edbd19dde54b66cb4349d9c832bc23110adc Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -75,7 +75,7 @@ CompileOutputWindow::CompileOutputWindow(QAction *cancelBuildAction) :
|
||||
|
||||
auto updateZoomEnabled = [this] {
|
||||
m_outputWindow->setWheelZoomEnabled(
|
||||
TextEditor::TextEditorSettings::behaviorSettings().m_scrollWheelZooming);
|
||||
TextEditor::globalBehaviorSettings().m_scrollWheelZooming);
|
||||
};
|
||||
|
||||
updateFontSettings();
|
||||
|
||||
Reference in New Issue
Block a user