Fixed issue #468. Tape 'Save As' should set 'Read Only' to false.

--HG--
branch : develop
This commit is contained in:
Valentina Zhuravska 2016-06-05 05:45:50 +03:00
parent 805e04ace6
commit 0b36836f00

View file

@ -673,6 +673,7 @@ void TMainWindow::FileSaveAs()
return;
}
ReadOnly(false);
VlpCreateLock(lock, fileName);
if (not lock->IsLocked())
{