Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9475 from mono/fix-1020849
Browse files Browse the repository at this point in the history
Don't select Scaffolder dropdown lists to first item
  • Loading branch information
sgmunn authored Dec 16, 2019
2 parents 5ceba5a + 94fbd08 commit 0ce5bbe
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ await Runtime.RunInMainThread (() => {
foreach (var option in options) {
comboBox.Items.Add (option);
}
comboField.SelectedValue = options.FirstOrDefault ();
if (comboBox.Items.Count > 0)
comboBox.SelectedIndex = 0;
});

});
Expand Down

0 comments on commit 0ce5bbe

Please sign in to comment.