In the config app there are some CheckedListBoxes. The first one is the General Settings. All the time I was wondering why I have to click an item twice to toggle (enable/disable). I didn't notice this in any other application.
Is this behavior intended? When setting CheckOnClick = true you just need to click once.
Affected are 4 files. MovieDatabase.cs and MusicDatabase.cs contain this property already.
1. Configuration\Sections\General.cs
Line to add: this.settingsCheckedListBox.CheckOnClick = true;
2. WindowPlugins\GUITrailers\GUITrailersSetupForm.cs
Line to add: this.YahooServerListBox.CheckOnClick = true;
3. Configuration\Sections\SerialUIR.cs
Line to add: this.ActionsCheckList.CheckOnClick = true;
4. Core\USBUIRT\USBUIRTLearnForm.cs
Line to add: this.ActionsCheckList.CheckOnClick = true;
Is this behavior intended? When setting CheckOnClick = true you just need to click once.
Affected are 4 files. MovieDatabase.cs and MusicDatabase.cs contain this property already.
1. Configuration\Sections\General.cs
Line to add: this.settingsCheckedListBox.CheckOnClick = true;
2. WindowPlugins\GUITrailers\GUITrailersSetupForm.cs
Line to add: this.YahooServerListBox.CheckOnClick = true;
3. Configuration\Sections\SerialUIR.cs
Line to add: this.ActionsCheckList.CheckOnClick = true;
4. Core\USBUIRT\USBUIRTLearnForm.cs
Line to add: this.ActionsCheckList.CheckOnClick = true;