mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Merge pull request #1575
This commit is contained in:
commit
ff1226c96b
@ -154,7 +154,8 @@ namespace MWGui
|
||||
{
|
||||
WindowBase::onClose();
|
||||
|
||||
mModel->onClose();
|
||||
if (mModel)
|
||||
mModel->onClose();
|
||||
}
|
||||
|
||||
void ContainerWindow::onCloseButtonClicked(MyGUI::Widget* _sender)
|
||||
|
Loading…
x
Reference in New Issue
Block a user