added one more debugger help link

This commit is contained in:
thrust26 2021-04-19 21:56:40 +02:00
parent e62573601d
commit 0e139a47b9
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);