mirror of https://github.com/stella-emu/stella.git
added one more debugger help link
This commit is contained in:
parent
e62573601d
commit
0e139a47b9
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue