Material and Quantity pulldowns now show and store values correctly.
This commit is contained in:
parent
42defe3825
commit
90ed89cbba
4 changed files with 131 additions and 22 deletions
|
|
@ -615,7 +615,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
MenuItem newItem = selectableOptions.AddItem(listItem);
|
||||
if (newItem.Text == sliceSettingValue)
|
||||
{
|
||||
selectableOptions.SelectedValue = sliceSettingValue;
|
||||
selectableOptions.SelectedLabel = sliceSettingValue;
|
||||
}
|
||||
|
||||
newItem.Selected += (sender, e) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue