Automatically reload the symbols when the module is already selected

This commit is contained in:
Duncan Ogilvie 2024-08-24 02:24:56 +02:00
parent 464349de50
commit 8f15ac0d74

View File

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