ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/ibcontrols/DBControlGrid.pas
(Generate patch)

Comparing ibx/trunk/ibcontrols/DBControlGrid.pas (file contents):
Revision 316 by tony, Thu Feb 25 11:56:36 2021 UTC vs.
Revision 317 by tony, Thu Feb 25 12:01:13 2021 UTC

# Line 308 | Line 308 | begin
308    try
309      Container.SetSize(Control.Width,Control.Height);
310      Container.Canvas.Brush.Color := control.Color;
311 +    Container.Canvas.FillRect(0,0,Control.Width,Control.Height);
312      Control.PaintTo(Container.Canvas,0,0);
313    except
314      Container.Free;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines