forked from qt-creator/qt-creator
Debugger: Fix "Debugger font size follows main editor"
... for the ex-snapshot-now-engine-manager view. Task-number: QTCREATORBUG-21803 Change-Id: I0c0a6199fa1dabc5c045fe6d0740de458dc63cda Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Tim Blechmann <tim@klingt.org>
This commit is contained in:
@@ -1363,7 +1363,7 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments,
|
||||
font.setPointSizeF(size);
|
||||
m_breakpointManagerWindow->setFont(font);
|
||||
m_globalLogWindow->setFont(font);
|
||||
// m_snapshotWindow->setFont(font);
|
||||
m_engineManagerWindow->setFont(font);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user