mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 11:20:32 +02:00
LCL: Do not Invalidate a CustomGrid in every MouseUp. Merge request !66 by Petr Kristan.
This commit is contained in:
parent
6402a449b3
commit
7f6c15e911
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user