Remove RefreshActiveInstance, use SwapToSettings

This commit is contained in:
John Lewin 2018-11-12 08:04:17 -08:00
parent 426c117434
commit 1c4075ad54
3 changed files with 5 additions and 26 deletions

View file

@ -54,8 +54,8 @@ namespace MatterHackers.MatterControl.SetupWizard
// Persist downloaded profile
printerSettings.Save();
// Update active instance without calling ReloadAll
ApplicationController.Instance.RefreshActiveInstance(printerSettings);
// Update/switch printer instance to new settings
printer.SwapToSettings(printerSettings);
}
UiThread.RunOnIdle(DialogWindow.Close);