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 else
ACursor := Grabber.Cursor; ACursor := Grabber.Cursor;
if ACursor <> LastFormCursor then
begin
LastFormCursor := ACursor; LastFormCursor := ACursor;
SetTempCursor(Form, ACursor); SetTempCursor(Form, ACursor);
end;
Exit; Exit;
end; end;