Do not clear undo stack after saving.
--HG-- branch : develop
This commit is contained in:
@ -1873,7 +1873,6 @@ bool MainWindow::SavePattern(const QString &fileName)
|
||||
{
|
||||
setCurrentFile(fileName);
|
||||
helpLabel->setText(tr("File saved"));
|
||||
qApp->getUndoStack()->clear();
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user