1
0
Fork 0

GUI: fixed a bug in the selection

This commit is contained in:
mrexodia 2016-10-17 15:51:37 +02:00
parent 5a328e8f9d
commit 6e635e3f69
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 0 additions and 2 deletions

View File

@ -544,8 +544,6 @@ void DisassemblerGraphView::mousePressEvent(QMouseEvent* event)
duint instr = this->getInstrForMouseEvent(event);
if(instr != 0)
this->cur_instr = instr;
else
this->cur_instr = 0;
this->viewport()->update();