Fix a bug regarding highlighting the words in Graph

This commit is contained in:
Vanellope 2019-03-23 15:20:19 +09:00 committed by Itay Cohen
parent 1422013d99
commit 5d96fc9694

View File

@ -855,6 +855,7 @@ void DisassemblerGraphView::blockClicked(GraphView::GraphBlock &block, QMouseEve
if (event->button() == Qt::RightButton) {
mMenu->exec(event->globalPos());
}
viewport()->update();
}
void DisassemblerGraphView::blockDoubleClicked(GraphView::GraphBlock &block, QMouseEvent *event,