mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 18:39:36 +02:00
Designer: Cursor cache comparison removed
This commit is contained in:
parent
98e9e0dbcd
commit
ded870b2ac
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user