This commit is contained in:
Matt Parker
2025-12-05 19:24:26 +10:00
parent c38c55bd89
commit 1916d26907
3 changed files with 14 additions and 25 deletions

View File

@@ -12,16 +12,6 @@ namespace SharpIDE.Godot.Features.BottomPanel;
public partial class BottomPanelManager : Panel
{
public SharpIdeSolutionModel? Solution
{
get;
set
{
field = value;
_problemsPanel.Solution = value;
}
}
private RunPanel _runPanel = null!;
private DebugPanel _debugPanel = null!;
private BuildPanel _buildPanel = null!;