- Timestamp:
- 03/23/10 01:06:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Parameters.Views/3.3/ConstrainedValueParameterView.cs
r2949 r3191 155 155 156 156 private void valueComboBox_SelectedIndexChanged(object sender, EventArgs e) { 157 Content.Value = valueComboBoxItems[valueComboBox.SelectedIndex]; 157 if (valueComboBox.SelectedIndex >= 0) 158 Content.Value = valueComboBoxItems[valueComboBox.SelectedIndex]; 158 159 } 159 160 }
Note: See TracChangeset
for help on using the changeset viewer.