Ignore:
Timestamp:
Jun 25, 2024, 10:49:43 AM (6 days ago)
Author:
chronos
Message:
  • Modified: Build with Lazarus 3.4.
  • Modified: Removed U prefix from unit names.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • GraphicTest/Methods/MethodBitmapRawImageDataPaintBox.pas

    r572 r573  
    1 unit UMethodBitmapRawImageDataPaintBox;
    2 
    3 {$mode delphi}
     1unit MethodBitmapRawImageDataPaintBox;
    42
    53interface
    64
    75uses
    8   {$IFDEF windows}Windows,{$ENDIF}Classes, SysUtils, Controls, UDrawMethod, UFastBitmap, Graphics, LCLType,
    9   FPimage, IntfGraphics, GraphType;
     6  {$IFDEF windows}Windows,{$ENDIF}Classes, SysUtils, Controls, DrawMethod,
     7  FastBitmap, Graphics, LCLType, FPimage, IntfGraphics, GraphType;
    108
    119type
     
    4745begin
    4846  FreeAndNil(TempBitmap);
    49   inherited Done;
     47  inherited;
    5048end;
    5149
     
    9492end;
    9593
    96 
    9794end.
    9895
Note: See TracChangeset for help on using the changeset viewer.