Ignore:
Timestamp:
May 24, 2011, 12:36:12 PM (13 years ago)
Author:
george
Message:
  • Fixed: Various minor bugs and enhancements.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • PrintPreview/UPrintPreview.pas

    r241 r247  
    423423    Image1.Picture.Bitmap.BeginUpdate(True);
    424424    with Image1.Picture.Bitmap, Canvas do begin
    425       Brush.Color:= clBlue;
     425      Brush.Color := clBlack;
    426426      Brush.Style := bsSolid;
    427427      FillRect(Rect(0, 0, Width, Height));
Note: See TracChangeset for help on using the changeset viewer.