Save works sometimes and asks for a name if no save

This commit is contained in:
Lars Brubaker 2022-02-03 15:02:19 -08:00
parent e3922c88ca
commit e3ede822f9
8 changed files with 51 additions and 48 deletions

View file

@ -704,7 +704,7 @@ namespace MatterHackers.MatterControl
public async Task OpenIntoNewTab(IEnumerable<ILibraryItem> selectedLibraryItems)
{
await this.MainView.CreateNewPartTab(false);
await this.MainView.CreateNewDesignTab(false);
var workspace = this.Workspaces.Last();
workspace.SceneContext.AddToPlate(selectedLibraryItems);