Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
This commit is contained in:
commit
9797e901fb
1 changed files with 4 additions and 2 deletions
|
|
@ -73,10 +73,12 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
|
||||
}
|
||||
if (ManufacturerDropList.CountVisibleChildren() == 1)
|
||||
|
||||
if (ManufacturerDropList.MenuItems.Count == 1)
|
||||
{
|
||||
ManufacturerDropList.SelectedIndex = 0;
|
||||
ManufacturerDropList.SelectedIndex = 0;
|
||||
}
|
||||
|
||||
AddChild(ManufacturerDropList);
|
||||
|
||||
HAnchor = HAnchor.FitToChildren;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue