diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp index 0dc58046a..7434d6cbc 100644 --- a/src/app/mainwindow.cpp +++ b/src/app/mainwindow.cpp @@ -1873,7 +1873,6 @@ bool MainWindow::SavePattern(const QString &fileName) { setCurrentFile(fileName); helpLabel->setText(tr("File saved")); - qApp->getUndoStack()->clear(); } } else