Use sceneContext.SaveChanges instead of Printer.Bed.SaveChanges
- Issue MatterHackers/MCCentral#4462 CTRL-S should not be coupled to Printer
This commit is contained in:
parent
d225ac2dd4
commit
624e07803c
1 changed files with 1 additions and 1 deletions
|
|
@ -1902,7 +1902,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
public void Save()
|
||||
{
|
||||
ApplicationController.Instance.Tasks.Execute("Saving".Localize(), Printer.Bed.SaveChanges);
|
||||
ApplicationController.Instance.Tasks.Execute("Saving".Localize(), sceneContext.SaveChanges);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue