mirror of
https://github.com/x64dbg/x64dbg.git
synced 2025-02-25 15:42:29 +00:00
Update References tab highlighting
Increments or decrements the highlighted reference in References tab when using Actions->Go to Next/Previous Reference
This commit is contained in:
parent
5bbd8f6f69
commit
8d182a977e
@ -518,6 +518,7 @@ namespace Exprfunc
|
||||
duint refsearchaddr(duint row)
|
||||
{
|
||||
auto content = GuiReferenceSearchGetCellContent(int(row), 0);
|
||||
GuiReferenceSetSingleSelection(int(row), false);
|
||||
duint addr = 0;
|
||||
valfromstring(content, &addr, false);
|
||||
BridgeFree(content);
|
||||
|
Loading…
x
Reference in New Issue
Block a user