Fixed: #1301 A temporary fix instead of the future of undo command delete landscape.

--HG--
branch : gsoc2011-worldeditorqt
This commit is contained in:
dnk-88 2011-07-13 04:49:09 +03:00
parent 14459c702f
commit e054d87d01

View file

@ -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)