Do not clear undo stack after saving.

--HG--
branch : develop
This commit is contained in:
dismine 2014-11-10 16:50:56 +02:00
parent d8d5fbe646
commit b3bfa1b027

View File

@ -1873,7 +1873,6 @@ bool MainWindow::SavePattern(const QString &fileName)
{ {
setCurrentFile(fileName); setCurrentFile(fileName);
helpLabel->setText(tr("File saved")); helpLabel->setText(tr("File saved"));
qApp->getUndoStack()->clear();
} }
} }
else else