Fixed issue #468. Tape 'Save As' should set 'Read Only' to false.
--HG-- branch : develop
This commit is contained in:
parent
805e04ace6
commit
0b36836f00
|
@ -673,6 +673,7 @@ void TMainWindow::FileSaveAs()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ReadOnly(false);
|
||||||
VlpCreateLock(lock, fileName);
|
VlpCreateLock(lock, fileName);
|
||||||
if (not lock->IsLocked())
|
if (not lock->IsLocked())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user