diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/texteditor/basetexteditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/basetexteditor.cpp b/src/plugins/texteditor/basetexteditor.cpp index e734f87f27..606629d667 100644 --- a/src/plugins/texteditor/basetexteditor.cpp +++ b/src/plugins/texteditor/basetexteditor.cpp @@ -1805,6 +1805,7 @@ void BaseTextEditorWidget::keyPressEvent(QKeyEvent *e) d->m_autoCompleter->setAutoParenthesesEnabled(d->autoParenthesisOverwriteBackup); d->m_autoCompleter->setSurroundWithEnabled(d->surroundWithEnabledOverwriteBackup); setOverwriteMode(false); + viewport()->update(); } else { d->autoParenthesisOverwriteBackup = d->m_autoCompleter->isAutoParenthesesEnabled(); d->surroundWithEnabledOverwriteBackup = d->m_autoCompleter->isSurroundWithEnabled(); |