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:
parent
4521b07459
commit
f4b504a8b6
1 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue