Changeset 108 for Mulberry/trunk/Linux/Sources/Application/Address_Book_Manager/CAdbkManagerTitleTable.cp
- Timestamp:
- 10/20/07 15:17:40 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Linux/Sources/Application/Address_Book_Manager/CAdbkManagerTitleTable.cp
r21 r108 94 94 { 95 95 STableCell hitCell; 96 JPoint imagePt; 97 LocalToImagePoint(point, imagePt); 98 if (!GetCellHitBy(imagePt, hitCell)) 96 if (!GetCellHitBy(point, hitCell)) 99 97 { 100 98 CTitleTableView::OnRButtonDown(point, buttonStates, modifiers);