added one more debugger help link

This commit is contained in:
thrust26 2021-04-19 21:56:40 +02:00
parent d3166fee1d
commit d9140500db
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ void DebuggerDialog::addRomArea()
tabHeight - myRomTab->getTabHeight() - 2);
if(myCartDebug) // TODO - make this always non-null
{
//myRomTab->setHelpAnchor("BankswitchInformation", true); // TODO: doesn't work
myRomTab->setHelpAnchor("BankswitchInformation", true);
myRomTab->setParentWidget(tabID, myCartDebug);
addToFocusList(myCartDebug->getFocusList(), myRomTab, tabID);