Changeset 7993 for branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/View/ColumnGroupView.cs
- Timestamp:
- 06/12/12 15:48:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Data/View/ColumnGroupView.cs
r7968 r7993 482 482 if (e.RowIndex == -1 && e.ColumnIndex != -1) { 483 483 toolTip.SetToolTip(this.dataGridView, ToExcelColumnIndex(e.ColumnIndex)); 484 } else {485 toolTip. Hide(this.dataGridView);484 } else if (toolTip.Active) { 485 toolTip.RemoveAll(); 486 486 } 487 487 }
Note: See TracChangeset
for help on using the changeset viewer.