Made modifications of the queue save the changes when they make them
made 'save as' work in editing.
This commit is contained in:
parent
4ea0c4d680
commit
743bfb0194
8 changed files with 113 additions and 72 deletions
|
|
@ -55,6 +55,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
|
|||
PrintQueueControl.Instance.AddChild(new PrintQueueItem(Path.GetFileNameWithoutExtension(partFullPath), partFullPath));
|
||||
}
|
||||
PrintQueue.PrintQueueControl.Instance.EnsureSelection();
|
||||
PrintQueueControl.Instance.SaveDefaultQueue();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue