Ignore:
Timestamp:
Nov 21, 2012, 1:58:03 PM (11 years ago)
Author:
chronos
Message:
  • Modified: Do not recreate bitmap during paint.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/class/mazepainter.pas

    r5 r6  
    122122  if isDirty then
    123123  begin
    124     FreeAndNil(bmp);
    125     bmp := TBitMap.Create;
     124    //FreeAndNil(bmp);
     125    //bmp := TBitMap.Create;
    126126    bmp.SetSize(Width + 1, Height + 1);
    127127    Canvas := bmp.Canvas;
Note: See TracChangeset for help on using the changeset viewer.