N64 Controller Settings - enable/disable pak type dropdown when toggling enabled status for the controller

This commit is contained in:
adelikat 2014-05-10 13:58:42 +00:00
parent 7796bd7cd7
commit 3612e3b7cc
1 changed files with 4 additions and 1 deletions

View File

@ -49,7 +49,10 @@ namespace BizHawk.Client.EmuHawk
set
{
EnabledCheckbox.Checked = value;
EnabledCheckbox.Checked =
PakTypeDropdown.Enabled =
value;
Refresh();
}
}