This commit is contained in:
xarkes 2017-10-22 08:49:53 +02:00
parent c73d9a0678
commit df59a96094

View File

@ -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();