mirror of https://gitlab.com/basile.b/dexed.git
fix LFM not reloadable due to tlbr
This commit is contained in:
parent
f6845fa33b
commit
43787600a1
|
@ -110,6 +110,9 @@ var
|
|||
n: string;
|
||||
h: integer;
|
||||
begin
|
||||
if csDesigning in ComponentState then
|
||||
exit;
|
||||
|
||||
fPng.FreeImage;
|
||||
fDPng.FreeImage;
|
||||
|
||||
|
|
Loading…
Reference in New Issue