Ignore:
Timestamp:
Feb 29, 2016, 5:23:37 PM (8 years ago)
Author:
chronos
Message:
  • Modified: TForm title bar implemented using controls.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • os/trunk/Drivers/Driver.VideoVCL.pas

    r6 r14  
    9595  inherited;
    9696  CanvasVCL.Brush.Color := ColorToVCL(Color);
     97  CanvasVCL.Brush.Style := bsSolid;
    9798  CanvasVCL.FillRect(System.Types.Rect(Rect.Left, Rect.Top, Rect.Right, Rect.Bottom));
    9899end;
Note: See TracChangeset for help on using the changeset viewer.