From 4c140f676e78c1ac6530bddbf10cc25f4d43079a Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 6 Oct 2016 11:34:34 -0500 Subject: [PATCH] Basic Bot - change dropdown style to DropdownList to avoid empty and invalid choices. Fixes #602 --- BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs b/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs index b8c88e3e8a..9b7f6ceaad 100644 --- a/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs @@ -691,6 +691,7 @@ // // MainOperator // + this.MainOperator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.MainOperator.FormattingEnabled = true; this.MainOperator.Items.AddRange(new object[] { ">", @@ -778,6 +779,7 @@ // // Tiebreak1Operator // + this.Tiebreak1Operator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.Tiebreak1Operator.FormattingEnabled = true; this.Tiebreak1Operator.Items.AddRange(new object[] { ">", @@ -867,6 +869,7 @@ // // Tiebreak2Operator // + this.Tiebreak2Operator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.Tiebreak2Operator.FormattingEnabled = true; this.Tiebreak2Operator.Items.AddRange(new object[] { ">", @@ -1020,6 +1023,7 @@ // // Tiebreak3Operator // + this.Tiebreak3Operator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.Tiebreak3Operator.FormattingEnabled = true; this.Tiebreak3Operator.Items.AddRange(new object[] { ">",