Convert some accessors to use GetValue<T>
This commit is contained in:
parent
c008234248
commit
c0ec29664d
8 changed files with 13 additions and 44 deletions
|
|
@ -68,7 +68,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
activeInstance = value;
|
||||
if (activeInstance != null)
|
||||
{
|
||||
BedSettings.SetMakeAndModel(activeInstance.Make, activeInstance.Model);
|
||||
BedSettings.SetMakeAndModel(activeInstance.GetValue("MatterControl.Make"), activeInstance.GetValue("MatterControl.Model"));
|
||||
}
|
||||
|
||||
SwitchToPrinterTheme(MatterControlApplication.IsLoading);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue