mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-31 16:47:26 +00:00
DisassemblyWidget: fixed extra characters highlighting (#899)
This commit is contained in:
parent
b95620907a
commit
84b70215ce
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user