Ignore:
Timestamp:
Nov 25, 2012, 5:04:36 PM (12 years ago)
Author:
chronos
Message:
  • Added: Export results to text file in mediawiki format.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UDrawMethod.pas

    r451 r453  
    113113  Image.SetBounds(0, 0, Size.X, Size.Y);
    114114  Image.Picture.Bitmap.SetSize(Size.X, Size.Y);
    115   Image.Picture.Bitmap.PixelFormat := pf32bit;
     115  Image.Picture.Bitmap.PixelFormat := pf24bit;
    116116  Image.Show;
    117117end;
Note: See TracChangeset for help on using the changeset viewer.