mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 15:29:02 +00:00
Fixed: #1301 A temporary fix instead of the future of undo command delete landscape.
This commit is contained in:
parent
ae5e090d5a
commit
97bfc60c6b
1 changed files with 2 additions and 0 deletions
|
@ -245,6 +245,8 @@ void LandscapeEditorWindow::deleteSelectedLand()
|
||||||
|
|
||||||
if (m_ui.landscapesListWidget->count() == 1)
|
if (m_ui.landscapesListWidget->count() == 1)
|
||||||
m_ui.deleteLandAction->setEnabled(false);
|
m_ui.deleteLandAction->setEnabled(false);
|
||||||
|
|
||||||
|
m_undoStack->clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
int LandscapeEditorWindow::createLandscape(const QString &fileName)
|
int LandscapeEditorWindow::createLandscape(const QString &fileName)
|
||||||
|
|
Loading…
Reference in a new issue