mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-28 00:11:49 +01:00
parent
821d0c5d26
commit
f544ee965a
@ -116,11 +116,11 @@ begin
|
|||||||
CursorX := NewCursorX;
|
CursorX := NewCursorX;
|
||||||
CursorY := NewCursorY;
|
CursorY := NewCursorY;
|
||||||
end
|
end
|
||||||
else
|
{ else
|
||||||
{Do not set an error code; people should fix invalid NewCursorX
|
Do not set an error code; people should fix invalid NewCursorX
|
||||||
or NewCursorY values when designing, there is no need for detecting
|
or NewCursorY values when designing, there is no need for detecting
|
||||||
these errors at runtime.}
|
these errors at runtime.
|
||||||
RunError (225);
|
RunError (225);}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user