Hide modal window before deleting it (Fixes #4168)

new-script-api
scrawl 7 years ago
parent 8b19a8b7f6
commit 2a0b2c4e24

@ -126,6 +126,7 @@ namespace MWGui
if (mInterMessageBoxe != NULL)
{
std::cerr << "Warning: replacing an interactive message box that was not answered yet" << std::endl;
mInterMessageBoxe->setVisible(false);
delete mInterMessageBoxe;
mInterMessageBoxe = NULL;
}

Loading…
Cancel
Save