This commit is contained in:
itsmattkc
2018-11-01 16:12:17 +11:00
parent 229674f5e2
commit 9f0ff7f561
14 changed files with 136 additions and 53 deletions
+4 -2
View File
@@ -327,8 +327,10 @@ void MainWindow::editMenu_About_To_Be_Shown() {
}
void MainWindow::undo() {
undo_stack.undo();
update_ui(true);
if (!panel_timeline->importing) { // workaround to prevent crash (and also users should never need to do this)
undo_stack.undo();
update_ui(true);
}
}
void MainWindow::redo() {