mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-26 22:30:22 +00:00
Automatically reload the symbols when the module is already selected
This commit is contained in:
parent
464349de50
commit
8f15ac0d74
@ -302,7 +302,7 @@ void SymbolView::invalidateSymbolSource(duint base)
|
||||
mSymbolSearchList->mSearchList->setRowCount(0);
|
||||
mSymbolSearchList->mSearchList->setHighlightText(QString());
|
||||
GuiSymbolLogAdd(QString("[SymbolView] reload symbols for base %1\n").arg(ToPtrString(base)).toUtf8().constData());
|
||||
// TODO: properly reload symbol list
|
||||
emit mModuleList->mCurList->selectionChanged(mModuleList->mCurList->getInitialSelection());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user