Use existing UIField listener pattern to set field value on changed event

- Issue MatterHackers/MCCentral#4232
Cannot activate bed heater
This commit is contained in:
John Lewin 2018-10-18 18:55:54 -07:00
parent 819c0b0b25
commit 2c12c0b546
2 changed files with 28 additions and 10 deletions

View file

@ -342,7 +342,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
tabControl.ActiveTab = this.CreatePrinterTab(activePrinter, theme);
}
tabControl.RefreshTabPointers();
}, ref unregisterEvents);
}