multiundocommand: keep undo/redo under protected

Minor code improvement
This commit is contained in:
itsmattkc
2021-08-01 13:37:32 -07:00
parent 8054124924
commit 3b9421f90e
11 changed files with 28 additions and 22 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ void Folder::RemoveElementCommand::redo()
}
if (subcommand_) {
subcommand_->redo();
subcommand_->redo_now();
}
}