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:
dad 2023-07-23 17:02:57 -06:00 committed by Duncan Ogilvie
parent 5bbd8f6f69
commit 8d182a977e

View File

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