lm_setcursor deprecated, use `lcl\' way of cursor management

git-svn-id: trunk@5397 -
This commit is contained in:
micha 2004-04-11 10:16:56 +00:00
parent 5c6cbc475a
commit d6d3a9ea40

View File

@ -1397,7 +1397,7 @@ begin
end;
if ACursor<>LastFormCursor then begin
LastFormCursor:=ACursor;
CNSendMessage(LM_SETCURSOR, Form, Pointer(Integer(ACursor)));
Form.Cursor:=ACursor;
end;
exit;