Changeset 6 for trunk/class
- Timestamp:
- Nov 21, 2012, 1:58:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/class/mazepainter.pas
r5 r6 122 122 if isDirty then 123 123 begin 124 FreeAndNil(bmp);125 bmp := TBitMap.Create;124 //FreeAndNil(bmp); 125 //bmp := TBitMap.Create; 126 126 bmp.SetSize(Width + 1, Height + 1); 127 127 Canvas := bmp.Canvas;
Note:
See TracChangeset
for help on using the changeset viewer.