diff --git a/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs b/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs index 41c3d12..b1fd27a 100644 --- a/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs +++ b/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs @@ -25,6 +25,7 @@ public partial class ProblemsPanel : Control _projects.AddRange(s!.AllProjects); }); _vBoxContainer = GetNode("ScrollContainer/VBoxContainer"); + _vBoxContainer.GetChildren().ToList().ForEach(c => c.QueueFree()); _vBoxContainer.BindChildren(_projects, _problemsPanelProjectEntryScene); } } \ No newline at end of file