Changeset 4523
- Timestamp:
- 09/27/10 17:22:16 (14 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs
r4518 r4523 99 99 100 100 private void UpdateData() { 101 ClearSorting(); 101 102 102 rowsTextBox.Text = Content.Rows.ToString(); 103 103 rowsTextBox.Enabled = true; … … 113 113 else 114 114 dataGridView.ColumnCount = Content.Columns; 115 ClearSorting(); 115 116 116 117 UpdateColumnHeaders(); -
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionTabularView.cs
r4518 r4523 132 132 for (int i = 0; i < runToRowMapping.Length; i++) 133 133 runToRowMapping[i] = i; 134 UpdateRowAttributes(); 134 135 } 135 136
Note: See TracChangeset
for help on using the changeset viewer.