GUI: Fixup. Now buffer instruction is used with the isSelected method.
This commit is contained in:
parent
db2eb31d40
commit
67f5a6ae8e
|
@ -102,7 +102,7 @@ QString Disassembly::paintContent(QPainter* painter, int_t rowBase, int rowOffse
|
|||
{
|
||||
QString wStr = "";
|
||||
int_t wRVA = mInstBuffer.at(rowOffset).rva;
|
||||
bool wIsSelected = isSelected(rowBase, rowOffset);
|
||||
bool wIsSelected = isSelected(&mInstBuffer, rowOffset); // isSelected(rowBase, rowOffset);
|
||||
|
||||
// Highlight if selected
|
||||
if(wIsSelected)
|
||||
|
|
Loading…
Reference in New Issue