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