Designer: Cursor cache comparison removed

This commit is contained in:
rich2014 2023-07-24 23:16:26 +08:00
parent 98e9e0dbcd
commit ded870b2ac

View File

@ -2679,11 +2679,8 @@ begin
else
ACursor := Grabber.Cursor;
if ACursor <> LastFormCursor then
begin
LastFormCursor := ACursor;
SetTempCursor(Form, ACursor);
end;
LastFormCursor := ACursor;
SetTempCursor(Form, ACursor);
Exit;
end;