Changeset 26 for trunk/UProject.pas


Ignore:
Timestamp:
Dec 22, 2016, 5:07:02 PM (8 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UProject.pas

    r13 r26  
    66
    77uses
    8   Classes, SysUtils, UGraphic;
     8  Classes, SysUtils, UFGraphics;
    99
    1010type
     
    3434  TProject = class
    3535    FileName: string;
    36     Bitmap: TGBitmap;
     36    Bitmap: TFPixmap;
    3737    View: TView;
    3838    Saved: Boolean;
     
    119119constructor TProject.Create;
    120120begin
    121   Bitmap := TGBitmap.Create;
     121  Bitmap := TFPixmap.Create(nil);
    122122  View := TView.Create;
    123123end;
Note: See TracChangeset for help on using the changeset viewer.