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