fix LFM not reloadable due to tlbr

This commit is contained in:
Basile Burg 2018-03-02 17:49:20 +01:00
parent f6845fa33b
commit 43787600a1
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ var
n: string;
h: integer;
begin
if csDesigning in ComponentState then
exit;
fPng.FreeImage;
fDPng.FreeImage;