diff --git a/src/app/tape/tmainwindow.cpp b/src/app/tape/tmainwindow.cpp index d5ce76834..be6675b85 100644 --- a/src/app/tape/tmainwindow.cpp +++ b/src/app/tape/tmainwindow.cpp @@ -375,6 +375,7 @@ void TMainWindow::OpenTemplate() if (m != nullptr) {// The file was opened. SetCurrentFile(""); // Force user to to save new file + lock.reset();// remove lock from template } } else