Save works sometimes and asks for a name if no save
This commit is contained in:
parent
e3922c88ca
commit
e3ede822f9
8 changed files with 51 additions and 48 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue