Fix typo in `BindingCollection.ResolveWithDefaults`
This commit is contained in:
parent
71150c60d3
commit
335be13fd8
|
@ -82,7 +82,7 @@ namespace BizHawk.Client.Common
|
|||
else
|
||||
{
|
||||
// patch entries with updated settings (necessary because of TODO LARP
|
||||
binding.Ordinal = defaultBinding.Ordinal;
|
||||
binding.DisplayName = defaultBinding.DisplayName;
|
||||
binding.DefaultBinding = defaultBinding.DefaultBinding;
|
||||
binding.TabGroup = defaultBinding.TabGroup;
|
||||
binding.ToolTip = defaultBinding.ToolTip;
|
||||
|
|
Loading…
Reference in New Issue