DisassemblyWidget: fixed extra characters highlighting (#899)

This commit is contained in:
a1ext 2018-11-02 12:34:15 +03:00 committed by xarkes
parent b95620907a
commit 84b70215ce

View File

@ -379,7 +379,6 @@ void DisassemblyWidget::highlightCurrentLine()
highlightSelection.format.setBackground(highlightWordColor); highlightSelection.format.setBackground(highlightWordColor);
} }
highlightSelection.cursor.movePosition(QTextCursor::EndOfWord, QTextCursor::KeepAnchor);
extraSelections.append(highlightSelection); extraSelections.append(highlightSelection);
} }
} }