Fixed the bug where the preset selection would freeze at any refresh
This commit is contained in:
@@ -404,7 +404,8 @@ namespace TrackTrends
|
||||
|
||||
private void lsbPresets_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
SelectedConfigFile = (string)lsbPresets.Items[lsbPresets.SelectedIndex];
|
||||
if (lsbPresets.SelectedIndex >= 0)
|
||||
SelectedConfigFile = (string)lsbPresets.Items[lsbPresets.SelectedIndex];
|
||||
}
|
||||
|
||||
private void btnLoadPreset_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user