Migrate SettingChanged event to PrinterSettings
- Issue MatterHackers/MCCentral#4245 Remove ActiveSliceSettings type
This commit is contained in:
parent
98252dff50
commit
0f9042f28d
22 changed files with 35 additions and 34 deletions
|
|
@ -94,7 +94,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
EventHandler localUnregisterEvents = null;
|
||||
|
||||
ActiveSliceSettings.SettingChanged.RegisterEvent((sender, e) =>
|
||||
PrinterSettings.SettingChanged.RegisterEvent((sender, e) =>
|
||||
{
|
||||
if (e is StringEventArgs stringArgs
|
||||
&& stringArgs.Data == settingData.SlicerConfigName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue