Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Stella
Commits
0e139a47
Commit
0e139a47
authored
Apr 19, 2021
by
thrust26
Browse files
added one more debugger help link
parent
e6257360
Pipeline
#20738
passed with stages
in 26 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/debugger/gui/DebuggerDialog.cxx
View file @
0e139a47
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment