Ignore:
Timestamp:
Apr 17, 2019, 12:58:41 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Propagate project build mode options to used packages.
  • Added: Check memory leaks using heaptrc.
  • Modified: Update BGRABitmap package.
Location:
GraphicTest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest

    • Property svn:ignore
      •  

        old new  
        88GraphicTest.lps
        99GraphicTest.dbg
         10heaptrclog.trc
  • GraphicTest/UMainForm.pas

    r472 r521  
    66
    77uses
    8   Classes, SysUtils, FileUtil, SynHighlighterPas, SynMemo, Forms, Controls,
     8  Classes, SysUtils, LazFileUtils, SynHighlighterPas, SynMemo, Forms, Controls,
    99  Graphics, Dialogs, ComCtrls, ExtCtrls, StdCtrls, DateUtils, UPlatform,
    1010  LCLType, IntfGraphics, fpImage, Math, GraphType, Contnrs, LclIntf, Spin,
     
    337337    Copy(TDrawMethod(DrawMethods[ListViewMethods.Selected.Index]).ClassName, 2, High(Integer)) + '.pas';
    338338
    339     if FileExistsUTF8(FileName) then
     339    if FileExists(FileName) then
    340340      SynMemo1.Lines.LoadFromFile(FileName)
    341341      else SynMemo1.Lines.Clear;
Note: See TracChangeset for help on using the changeset viewer.