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
ea62581d
Commit
ea62581d
authored
Apr 19, 2021
by
thrust26
Browse files
bug fix
parent
28132368
Pipeline
#20633
passed with stages
in 43 minutes and 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/debugger/gui/CpuWidget.cxx
View file @
ea62581d
...
...
@@ -47,7 +47,7 @@ CpuWidget::CpuWidget(GuiObject* boss, const GUI::Font& lfont, const GUI::Font& n
new
StaticTextWidget
(
boss
,
lfont
,
xpos
,
ypos
+
2
,
lwidth
-
2
,
fontHeight
,
"PC "
,
TextAlign
::
Left
);
myPCGrid
=
new
DataGridWidget
(
thi
s
,
nfont
,
xpos
+
lwidth
,
ypos
,
1
,
1
,
4
,
16
,
Common
::
Base
::
Fmt
::
_16
);
new
DataGridWidget
(
bos
s
,
nfont
,
xpos
+
lwidth
,
ypos
,
1
,
1
,
4
,
16
,
Common
::
Base
::
Fmt
::
_16
);
myPCGrid
->
setTarget
(
this
);
myPCGrid
->
setID
(
kPCRegID
);
addFocusWidget
(
myPCGrid
);
...
...
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