From e0f3d68ced27e1f09fc1d6e8d6fdcffdd5e25f85 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 13 Aug 2020 00:10:28 +0200 Subject: [PATCH] fix, sym list, module without declarations got the tree of the previous editor tab only a workaround actually, as this is caused by https://bugs.freepascal.org/view.php?id=37560 --- src/u_symlist.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/u_symlist.pas b/src/u_symlist.pas index 796233ae..06bdb006 100644 --- a/src/u_symlist.pas +++ b/src/u_symlist.pas @@ -848,6 +848,7 @@ begin tree.BeginUpdate; clearTree; updateVisibleCat; + fSyms.symbols.Clear; fSyms.LoadFromString(fTreeDataFromThread); f := TreeFilterEdit1.Filter; TreeFilterEdit1.Text := '';