Changeset 22 for trunk/UFormMain.pas


Ignore:
Timestamp:
Apr 8, 2015, 11:15:08 PM (9 years ago)
Author:
chronos
Message:
  • Modify: Use opaque flag on PaintBox as Engine is responsible for clearing background.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFormMain.pas

    r21 r22  
    4949begin
    5050  Engine := TEngine.Create;
     51  PaintBox1.ControlStyle := [csOpaque];
    5152end;
    5253
Note: See TracChangeset for help on using the changeset viewer.