Changeset 4546
- Timestamp:
- 10/01/10 20:29:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs
r4523 r4546 280 280 } 281 281 282 bool addRowNames = dataGridView.AreAllCellsSelected(false) ;283 bool addColumnNames = dataGridView.AreAllCellsSelected(false) ;282 bool addRowNames = dataGridView.AreAllCellsSelected(false) && Content.RowNames.Count() > 0; 283 bool addColumnNames = dataGridView.AreAllCellsSelected(false) && Content.ColumnNames.Count() > 0; 284 284 285 285 //add colum names
Note: See TracChangeset
for help on using the changeset viewer.