forked from qt-creator/qt-creator
Fix focus handling in diff editor
Task-number: QTCREATORBUG-12288 Change-Id: Ie5195fd3447bcedc4f7fd0515bedb524b5d96663 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -611,6 +611,7 @@ void DiffEditor::showDiffEditor(QWidget *newEditor)
|
||||
|
||||
writeCurrentDiffEditorSetting(m_currentEditor);
|
||||
updateDiffEditorSwitcher();
|
||||
widget()->setFocusProxy(m_currentEditor);
|
||||
}
|
||||
|
||||
QWidget *DiffEditor::readLegacyCurrentDiffEditorSetting()
|
||||
|
||||
Reference in New Issue
Block a user