Merge pull request #1575

This commit is contained in:
scrawl 2017-12-03 22:22:29 +00:00
commit ff1226c96b
No known key found for this signature in database
GPG Key ID: 2E6CC3676024C402

View File

@ -154,6 +154,7 @@ namespace MWGui
{ {
WindowBase::onClose(); WindowBase::onClose();
if (mModel)
mModel->onClose(); mModel->onClose();
} }