- Timestamp:
- 10/20/07 16:14:20 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Linux/Sources/PP_Sources/Tables/UNX_LTableMultiSelector.cp
r21 r109 46 46 mAnchorCell.SetCell(0, 0); 47 47 mBoatCell.SetCell(0, 0); 48 49 // Table may already have cells so init the selection bit-vector 50 TableIndexT rows, cols; 51 mTableView->GetTableSize(rows, cols); 52 if ((rows != 0) && (cols != 0)) 53 mSelection.insert(mSelection.begin(), rows * cols, false); 48 54 } 49 55