N64 Controller config - fix a boo boo I made
This commit is contained in:
parent
0190cf8c61
commit
6019670f95
|
@ -74,7 +74,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
set
|
||||
{
|
||||
if (PakTypeDropdown.Items.Count > 0 && PakTypeDropdown.SelectedItem != null) // Null check for designer
|
||||
if (PakTypeDropdown.Items.Count > 0) // Null check for designer
|
||||
{
|
||||
var toSelect = PakTypeDropdown.Items
|
||||
.OfType<object>()
|
||||
|
|
Loading…
Reference in New Issue