GUI: fixed a bug in the selection
This commit is contained in:
parent
5a328e8f9d
commit
6e635e3f69
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue