Skip to content

Commit

Permalink
Ensure explorer and status reset on workflow clear
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Jul 2, 2024
1 parent 7a3fd53 commit e5d86e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bonsai.Editor/EditorForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ void ClearWorkflow()
saveWorkflowDialog.FileName = null;
workflowBuilder.Workflow.Clear();
editorControl.ResetNavigation();
editorSite.ValidateWorkflow();
visualizerSettings.Clear();
ResetProjectStatus();
UpdateTitle();
Expand Down

0 comments on commit e5d86e3

Please sign in to comment.