LCL: Do not Invalidate a CustomGrid in every MouseUp. Merge request !66 by Petr Kristan.

This commit is contained in:
Juha 2022-01-30 00:31:19 +02:00
parent 6402a449b3
commit 7f6c15e911

View File

@ -7037,8 +7037,6 @@ begin
if FMoveLast.X>=0 then InvalidateRow(0);
if FMoveLast.Y>=0 then InvalidateCol(0);
end;
{$else}
Invalidate;
{$endif}
if not (fGridState in [gsColMoving,gsRowMoving]) then
RestoreCursor;