forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/master' into 4.4
Change-Id: I00fe351ee5f2689366c63ba94b042609c47da777
This commit is contained in:
@@ -6316,7 +6316,8 @@ void TextEditorWidgetPrivate::autocompleterHighlight(const QTextCursor &cursor)
|
||||
m_autoCompleteHighlightPos.clear();
|
||||
} else if (m_highlightAutoComplete) {
|
||||
m_autoCompleteHighlightPos.push_back(cursor);
|
||||
} else if (m_animateAutoComplete) {
|
||||
}
|
||||
if (m_animateAutoComplete) {
|
||||
const QTextCharFormat &matchFormat
|
||||
= q->textDocument()->fontSettings().toTextCharFormat(C_AUTOCOMPLETE);
|
||||
cancelCurrentAnimations();// one animation is enough
|
||||
|
||||
Reference in New Issue
Block a user