mirror of https://github.com/stella-emu/stella.git
Fix dialogs not being rendered in certain cases.
This commit is contained in:
parent
982e7d18a6
commit
f7afebbbce
|
@ -163,6 +163,7 @@ int DialogContainer::addDialog(Dialog* d)
|
|||
myDialogStack.top()->tooltip().hide();
|
||||
|
||||
d->setDirty();
|
||||
d->resetSurfaces();
|
||||
myDialogStack.push(d);
|
||||
}
|
||||
return myDialogStack.size();
|
||||
|
|
Loading…
Reference in New Issue