Changeset 10871 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingDataTableView.cs
- Timestamp:
- 05/21/14 12:48:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingDataTableView.cs
r10868 r10871 651 651 private void ToggleSeriesVisible(Series series) 652 652 { 653 654 if (!Content.Rows.Any(x => x.Name == series.Name)) 655 return; 656 653 657 if (!invisibleSeries.Contains(series)) 654 658 {
Note: See TracChangeset
for help on using the changeset viewer.