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:
dmitry 2018-07-16 03:26:34 +00:00
parent fefbc9e7cc
commit 0d02930464

View File

@ -454,7 +454,6 @@ begin
if not EqualRect(FOldRect, R) then FView.lclInvalidateRect(FOldRect);
FView.lclInvalidateRect(R);
FView.lclUpdate;
FOldRect := R;
end;