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
|
|
@ -343,6 +343,7 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
PartToAddToQueue partToAddToQueue = (PartToAddToQueue)state;
|
||||
PrintQueueItem queueItem = new PrintQueueItem(partToAddToQueue.Name, partToAddToQueue.FileLocation);
|
||||
PrintQueueControl.Instance.AddChild(queueItem, partToAddToQueue.insertAfterIndex);
|
||||
PrintQueueControl.Instance.SaveDefaultQueue();
|
||||
}
|
||||
|
||||
public void CreateCopyInQueue()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue