Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.cs
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.cs
r14388 r14927 102 102 tlp.ColumnStyles.Insert(idx, new ColumnStyle(SizeType.Absolute, GetColumnWidth())); 103 103 // shift right 104 for (int c = tlp.ColumnCount; c > 104 for (int c = tlp.ColumnCount; c > idx - 1; c--) { 105 105 for (int r = 0; r < tlp.RowCount; r++) { 106 106 var control = tlp.GetControlFromPosition(c, r);
Note: See TracChangeset
for help on using the changeset viewer.