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;
|
n: string;
|
||||||
h: integer;
|
h: integer;
|
||||||
begin
|
begin
|
||||||
|
if csDesigning in ComponentState then
|
||||||
|
exit;
|
||||||
|
|
||||||
fPng.FreeImage;
|
fPng.FreeImage;
|
||||||
fDPng.FreeImage;
|
fDPng.FreeImage;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue