Consolidate member names
This commit is contained in:
parent
42f133aa70
commit
54d165d15f
10 changed files with 21 additions and 38 deletions
|
|
@ -261,7 +261,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
}
|
||||
|
||||
activeSettings.SaveChanges();
|
||||
activeSettings.Save();
|
||||
|
||||
UiThread.RunOnIdle(ApplicationController.Instance.ReloadAdvancedControlsPanel);
|
||||
|
||||
|
|
@ -519,7 +519,7 @@ namespace MatterHackers.MatterControl
|
|||
ActiveSliceSettings.Instance.QualityLayers.Add(newLayer);
|
||||
}
|
||||
|
||||
ActiveSliceSettings.Instance.SaveChanges();
|
||||
ActiveSliceSettings.Instance.Save();
|
||||
|
||||
WizardWindow.ChangeToPage(new ImportSucceeded(importSettingSuccessMessage.FormatWith(Path.GetFileNameWithoutExtension(settingsFilePath), sectionName))
|
||||
{
|
||||
|
|
@ -576,7 +576,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
}
|
||||
|
||||
activeSettings.SaveChanges();
|
||||
activeSettings.Save();
|
||||
|
||||
UiThread.RunOnIdle(ApplicationController.Instance.ReloadAdvancedControlsPanel);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue