Changeset 10735 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/ComparisonFilterView.cs
- Timestamp:
- 04/09/14 12:45:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/ComparisonFilterView.cs
r10713 r10735 87 87 this.cbAttr.SelectedItem = this.cbAttr.Items[Content.ConstraintColumn]; 88 88 89 if (Content.ConstraintColumn != null)90 {89 //if (Content.ConstraintColumn != null) 90 //{ 91 91 cbAttr.SelectedItem = Content.ConstraintColumn; 92 92 if (Content.ConstraintData != null) … … 94 94 else 95 95 this.Content_ConstraintColumnChanged(cbAttr, EventArgs.Empty); 96 }96 //} 97 97 } 98 98 }
Note: See TracChangeset
for help on using the changeset viewer.