ensure the correct control is in the always enabled list

issue: MatterHackers/MCCentral#4795
Can't set bed temp when disconnected
This commit is contained in:
Lars Brubaker 2018-12-31 09:12:09 -08:00
parent 4521b07459
commit f4b504a8b6

View file

@ -121,7 +121,8 @@ namespace MatterHackers.MatterControl.ActionBar
var temperatureRow = SliceSettingsTabView.CreateItemRow(settingsData, settingsContext, printer, menuTheme, ref tabIndex, allUiFields);
container.AddChild(temperatureRow);
alwaysEnabled.Add(hotendRow);
// Add the temperature row to the always enabled list ensuring the field can be set when disconnected
alwaysEnabled.Add(temperatureRow);
// add in the temp graph
var graph = new DataViewGraph()