mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 11:41:04 +02:00
cocoa: removing forceful update of the cursor invalidated area (as suggested by David Jenkins in #32826)
git-svn-id: trunk@58541 -
This commit is contained in:
parent
fefbc9e7cc
commit
0d02930464
@ -454,7 +454,6 @@ begin
|
|||||||
|
|
||||||
if not EqualRect(FOldRect, R) then FView.lclInvalidateRect(FOldRect);
|
if not EqualRect(FOldRect, R) then FView.lclInvalidateRect(FOldRect);
|
||||||
FView.lclInvalidateRect(R);
|
FView.lclInvalidateRect(R);
|
||||||
FView.lclUpdate;
|
|
||||||
|
|
||||||
FOldRect := R;
|
FOldRect := R;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user