Skip to content

Commit

Permalink
Cherry-pick #10282 (#10283)
Browse files Browse the repository at this point in the history
* Revert "Reset engine controller for every new workspace (#10113)"

This reverts commit b01e2de.

Co-authored-by: Craig Long <craig.alan.long@gmail.com>
  • Loading branch information
aparajit-pratap and saintentropy authored Jan 10, 2020
1 parent a8579df commit 3a0464c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/DynamoCoreWpf/ViewModels/Core/DynamoViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1873,11 +1873,7 @@ internal bool CanSelectAll(object parameter)
public void MakeNewHomeWorkspace(object parameter)
{
if (ClearHomeWorkspaceInternal())
{
model.ResetEngine();

ShowStartPage = false; // Hide start page if there's one.
}
this.ShowStartPage = false; // Hide start page if there's one.
}

internal bool CanMakeNewHomeWorkspace(object parameter)
Expand Down

0 comments on commit 3a0464c

Please sign in to comment.