Changeset 17018
- Timestamp:
- 06/18/19 16:45:52 (5 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.DataPreprocessing.Views
- Property svn:mergeinfo changed
/trunk/HeuristicLab.DataPreprocessing.Views merged: 16982
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.cs
r15584 r17018 411 411 var foundIndices = new List<int>(); 412 412 for (int idx = 0; idx < filteredRows.Length; ++idx) { 413 var notFilteredThusFound = !filteredRows[idx]; 414 if (notFilteredThusFound) { 413 if (filteredRows[idx]) { 415 414 foundIndices.Add(idx); 416 415 }
Note: See TracChangeset
for help on using the changeset viewer.