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);
|
||||
begin
|
||||
if aDoc <> fDoc then exit;
|
||||
lmClearbyData(@fDoc);
|
||||
lmClearbyData(fDoc);
|
||||
fDoc := nil;
|
||||
filterMessages(fCtxt);
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue