Ignore:
Timestamp:
Apr 17, 2019, 10:42:18 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Updated Graphics32 library.
Location:
GraphicTest/Packages/Graphics32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/Packages/Graphics32

    • Property svn:ignore set to
      lib
  • GraphicTest/Packages/Graphics32/GR32_Dsgn_Bitmap.pas

    r450 r522  
    4343{$ELSE}
    4444  Windows, ExtDlgs, ToolWin, Registry, ImgList, Consts, DesignIntf,
    45 DesignEditors, VCLEditors,
     45  DesignEditors, VCLEditors,
    4646{$ENDIF}
    4747  Forms, Controls, ComCtrls, ExtCtrls, StdCtrls, Graphics, Dialogs, Menus,
     
    373373    BitmapEditor := TBitmap32Editor.Create(nil);
    374374    try
     375      {$IFDEF FPC}
     376      BitmapEditor.Bitmap32 := TBitmap32(GetObjectValue);
     377      {$ELSE}
    375378      BitmapEditor.Bitmap32 := TBitmap32(Pointer(GetOrdValue));
     379      {$ENDIF}
    376380      if BitmapEditor.Execute then
    377381      begin
Note: See TracChangeset for help on using the changeset viewer.