1
0
Fork 0

GUI: Fixup. Now buffer instruction is used with the isSelected method.

This commit is contained in:
Sigmapic 2013-11-19 19:06:33 +01:00
parent db2eb31d40
commit 67f5a6ae8e
1 changed files with 1 additions and 1 deletions

View File

@ -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)