Syn Test, fix compile

git-svn-id: trunk@64828 -
This commit is contained in:
martin 2021-03-16 20:40:26 +00:00
parent 38d12137b3
commit da9b3f55f6

View File

@ -1178,7 +1178,7 @@ var
TestCaret.LineCharPos := point(X, Y);
if ChangeToLine > 0 then TestCaret.LinePos := ChangeToLine;
if UseLock then TestCaret.Unlock;
end;
end;
procedure DoOneSetByte(Y, X, {%H-}O: Integer; ChangeToLine: Integer = -1);
begin
if UseLock then TestCaret.Lock;