1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-20 19:11:33 +00:00

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,7 +154,8 @@ namespace MWGui
{ {
WindowBase::onClose(); WindowBase::onClose();
mModel->onClose(); if (mModel)
mModel->onClose();
} }
void ContainerWindow::onCloseButtonClicked(MyGUI::Widget* _sender) void ContainerWindow::onCloseButtonClicked(MyGUI::Widget* _sender)