Remove lock from template.
--HG-- branch : develop
This commit is contained in:
parent
6ec1826fbd
commit
9a4b9ad106
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user