- Timestamp:
- 09/27/10 17:22:16 (14 years ago)
- File:
-
- 1 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();
Note: See TracChangeset
for help on using the changeset viewer.