CodeFactor cleanup
This commit is contained in:
parent
f49f216363
commit
a1dc2cbaa6
5 changed files with 5 additions and 5 deletions
|
|
@ -339,7 +339,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
}
|
||||
|
||||
printer.Settings.SettingChanged += Printer_SettingChanged;
|
||||
this.Closed += (s, e) => printer.Settings.SettingChanged -= Printer_SettingChanged; ;
|
||||
this.Closed += (s, e) => printer.Settings.SettingChanged -= Printer_SettingChanged;
|
||||
}
|
||||
|
||||
this.PerformLayout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue