Material and Quantity pulldowns now show and store values correctly.

This commit is contained in:
kevinepope 2014-04-06 19:25:58 -07:00
parent 42defe3825
commit 90ed89cbba
4 changed files with 131 additions and 22 deletions

View file

@ -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) =>