mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 02:36:56 +00:00
Fix #71
This commit is contained in:
parent
c73d9a0678
commit
df59a96094
@ -2024,7 +2024,7 @@ restart:
|
||||
|
||||
void DisassemblerGraphView::xrefSlot()
|
||||
{
|
||||
RVA addr = highlight_token->addr;
|
||||
RVA addr = this->get_cursor_pos();
|
||||
XrefsDialog *dialog = new XrefsDialog(this);
|
||||
dialog->fillRefsForAddress(addr, RAddressString(addr), false);
|
||||
dialog->exec();
|
||||
|
Loading…
Reference in New Issue
Block a user