InputRoll - auto-initialize MultiSelect to true, to match the DefaulValue attribute
This commit is contained in:
parent
6a09bbce38
commit
7920d148be
|
@ -346,7 +346,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
/// </summary>
|
||||
[Category("Behavior")]
|
||||
[DefaultValue(true)]
|
||||
public bool MultiSelect { get; set; }
|
||||
public bool MultiSelect { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether the control is in input painting mode
|
||||
|
|
Loading…
Reference in New Issue