EtheaDev / SVGIconImageList

Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
Apache License 2.0
321 stars 93 forks source link

Exception when close Icon ImageList Editor Unit #191

Closed MazighusDZ closed 3 years ago

MazighusDZ commented 3 years ago

procedure TSVGIconImageListEditorFMX.FormDestroy(Sender: TObject); begin // Fix Exception IconImage.Images := nil; ImageView.Images := nil;

FreeAndNil(FEditingList); //Screen.Cursors[crColorPick] := 0; end;