Skip to content

Commit

Permalink
Fix typo in new-project (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilMacMullen authored Feb 15, 2021
1 parent bb905e8 commit de042a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TextrudeInteractive/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ private void NewProject(object sender, RoutedEventArgs e)
LockRender();
if (ShouldChangesBeLost())
_projectManager.NewProject();
LockRender();
UnlockRender();
}

private void LoadProject(object sender, RoutedEventArgs e)
Expand Down

0 comments on commit de042a9

Please sign in to comment.