mirror of https://gitlab.com/basile.b/dexed.git
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
This commit is contained in:
parent
f478d5cd0c
commit
e0f3d68ced
|
@ -848,6 +848,7 @@ begin
|
|||
tree.BeginUpdate;
|
||||
clearTree;
|
||||
updateVisibleCat;
|
||||
fSyms.symbols.Clear;
|
||||
fSyms.LoadFromString(fTreeDataFromThread);
|
||||
f := TreeFilterEdit1.Filter;
|
||||
TreeFilterEdit1.Text := '';
|
||||
|
|
Loading…
Reference in New Issue