change toggle button state externally
This commit is contained in:
@@ -56,7 +56,7 @@ public partial class IdeRoot : Control
|
||||
|
||||
private async void OnBuildSlnButtonPressed()
|
||||
{
|
||||
GodotGlobalEvents.InvokeBottomPanelTabSelected(BottomPanelType.Build);
|
||||
GodotGlobalEvents.InvokeBottomPanelTabExternallySelected(BottomPanelType.Build);
|
||||
await Singletons.BuildService.MsBuildSolutionAsync(_solutionExplorerPanel.SolutionModel.FilePath);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user