InputRoll - auto-initialize MultiSelect to true, to match the DefaulValue attribute

This commit is contained in:
adelikat 2020-09-27 10:38:16 -05:00
parent 6a09bbce38
commit 7920d148be
1 changed files with 1 additions and 1 deletions

View File

@ -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