Clear UndoStack when select a new file or project

This commit is contained in:
baydam
2015-01-23 20:45:12 +00:00
parent 4d6caf2cfb
commit c79e873fd3
+1
View File
@@ -371,6 +371,7 @@ void MainWindow::newFile()
{
clearWindow();
setCurrentFile("");
undoStack->clear();
}
// Restart video playback. XXX Hack