mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 19:02:31 +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);
|
||||
FView.lclInvalidateRect(R);
|
||||
FView.lclUpdate;
|
||||
|
||||
FOldRect := R;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user