Made modifications of the queue save the changes when they make them

made 'save as' work in editing.
This commit is contained in:
larsbrubaker 2014-04-08 20:57:00 -07:00
parent 4ea0c4d680
commit 743bfb0194
8 changed files with 113 additions and 72 deletions

View file

@ -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();
}
}