# | Line 1 | Line 1 | |
---|---|---|
1 | + | |
2 | { | |
3 | /*************************************************************************** | |
4 | DBControlGrid.pas | |
# | Line 609 | Line 610 | begin | |
610 | begin | |
611 | FCacheRefreshQueued := true; | |
612 | Application.QueueAsyncCall(@DoMoveRecord,PtrInt(aRow)); | |
613 | < | end |
613 | > | end; |
614 | > | Canvas.FillRect(aRect); |
615 | end | |
616 | else | |
617 | Canvas.Draw(aRect.Left,aRect.Top,CachedRow) | |
# | Line 1689 | Line 1691 | begin | |
1691 | FDataLink.Free; | |
1692 | end; | |
1693 | if assigned(FRowCache) then FRowCache.Free; | |
1694 | + | Application.RemoveAsyncCalls(self); |
1695 | inherited Destroy; | |
1696 | end; | |
1697 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |