- Timestamp:
- 10/20/07 15:17:40 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Linux/Sources/Application/Server/CServerTitleTable.cp
r21 r108 64 64 65 65 // Find column clicked 66 JPoint imagePt;67 LocalToImagePoint(point, imagePt);68 66 STableCell cell; 69 if (GetCellHitBy( imagePt, cell))67 if (GetCellHitBy(point, cell)) 70 68 sClickColumn = cell.col; 71 69