Mark IsDirty during profile save

- Issue MatterHackers/MatterControl#4574
Started using my printer at home and it reverted to an old web
setting that lost all my recent changes
This commit is contained in:
jlewin 2019-05-29 14:16:25 -07:00
parent 203235c50c
commit 6bd0e87cf8
6 changed files with 28 additions and 16 deletions

View file

@ -128,7 +128,7 @@ namespace MatterHackers.MatterControl.DataStorage.ClassicDB
printerSettings.Helpers.SetComPort(printer.ComPort);
printerSettings.ClearBlackList();
printerSettings.Save();
printerSettings.Save(userDrivenChange: false);
}
private static void LoadMaterialSettings(PrinterSettings layeredProfile, Printer printer)