The Print Preview Components v5.16 has been released. This is a bugfix/maintenance release.
- [bugfix] Fixed corruption of temporary file. This bug was also slowing down the page edit process.
The Print Preview Components v5.16 has been released. This is a bugfix/maintenance release.
Hi there,
great work, but I mentioned a memoryleak when adding a form containing a printpreview (no source yet!) to my application. To fix it you just have to add the line
FThumbnailViews.Free;
to the destructor of TPrintPreview.
Regards
Detlef
Thank you Detlef!
The component updated with your fix.