diff --git a/src/app/tape/tmainwindow.cpp b/src/app/tape/tmainwindow.cpp index 01bda193f..bc6162553 100644 --- a/src/app/tape/tmainwindow.cpp +++ b/src/app/tape/tmainwindow.cpp @@ -380,6 +380,11 @@ void TMainWindow::OpenTemplate() //Use standard path to template files const QString pathTo = qApp->TapeSettings()->GetPathTemplate(); Open(pathTo, filter); + + if (m != nullptr) + {// The file was opened. + SetCurrentFile(""); // Force user to to save new file + } } else {