Changeset 10942
- Timestamp:
- 06/04/14 13:32:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/HistogramView.cs
r10914 r10942 50 50 51 51 52 if (classifierComboBox.SelectedItem == null ) {52 if (classifierComboBox.SelectedItem == null && Content.ClassifierVariableIndex < classifierComboBox.Items.Count) { 53 53 classifierComboBox.SelectedIndex = Content.ClassifierVariableIndex; 54 54 }
Note: See TracChangeset
for help on using the changeset viewer.