mirror of https://gitlab.com/basile.b/dexed.git
fix editor messages not cleared on editor close
This commit is contained in:
parent
15257c2b2c
commit
aea4d3c945
|
@ -335,7 +335,7 @@ end;
|
||||||
procedure TCEMessagesWidget.docClosing(const aDoc: TCESynMemo);
|
procedure TCEMessagesWidget.docClosing(const aDoc: TCESynMemo);
|
||||||
begin
|
begin
|
||||||
if aDoc <> fDoc then exit;
|
if aDoc <> fDoc then exit;
|
||||||
lmClearbyData(@fDoc);
|
lmClearbyData(fDoc);
|
||||||
fDoc := nil;
|
fDoc := nil;
|
||||||
filterMessages(fCtxt);
|
filterMessages(fCtxt);
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue