Ensure changes are persisted to disk and synced to the cloud

This commit is contained in:
John Lewin 2016-12-06 16:56:37 -08:00
parent f9fe5295de
commit b50cf8213c

View file

@ -248,6 +248,9 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
}
}
// Ensure that activated or deactivated user overrides are always persisted to disk
activeSettings.Save();
UiThread.RunOnIdle(() =>
{
ApplicationController.Instance.ReloadAdvancedControlsPanel();