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
f7afebbb
Commit
f7afebbb
authored
Jan 23, 2021
by
Stephen Anthony
Browse files
Fix dialogs not being rendered in certain cases.
parent
982e7d18
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gui/DialogContainer.cxx
View file @
f7afebbb
...
...
@@ -163,6 +163,7 @@ int DialogContainer::addDialog(Dialog* d)
myDialogStack
.
top
()
->
tooltip
().
hide
();
d
->
setDirty
();
d
->
resetSurfaces
();
myDialogStack
.
push
(
d
);
}
return
myDialogStack
.
size
();
...
...
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