mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Workaround related to the unknown statusbar crash.
This commit is contained in:
parent
f694cfdb8e
commit
a4ccf0b86c
2 changed files with 8 additions and 0 deletions
|
@ -104,6 +104,10 @@ LandscapeEditorWindow::~LandscapeEditorWindow()
|
||||||
{
|
{
|
||||||
writeSettings();
|
writeSettings();
|
||||||
delete m_zoneBuilder;
|
delete m_zoneBuilder;
|
||||||
|
|
||||||
|
Core::ICore::instance()->mainWindow()->statusBar()->removeWidget( m_statusInfo );
|
||||||
|
delete m_statusInfo;
|
||||||
|
m_statusInfo = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
QUndoStack *LandscapeEditorWindow::undoStack() const
|
QUndoStack *LandscapeEditorWindow::undoStack() const
|
||||||
|
|
|
@ -121,6 +121,10 @@ WorldEditorWindow::~WorldEditorWindow()
|
||||||
writeSettings();
|
writeSettings();
|
||||||
|
|
||||||
delete m_zoneBuilderBase;
|
delete m_zoneBuilderBase;
|
||||||
|
|
||||||
|
Core::ICore::instance()->mainWindow()->statusBar()->removeWidget( m_statusInfo );
|
||||||
|
delete m_statusInfo;
|
||||||
|
m_statusInfo = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
QUndoStack *WorldEditorWindow::undoStack() const
|
QUndoStack *WorldEditorWindow::undoStack() const
|
||||||
|
|
Loading…
Reference in a new issue