mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Fix a bug regarding highlighting the words in Graph
This commit is contained in:
parent
1422013d99
commit
5d96fc9694
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user