Show
Ignore:
Timestamp:
10/20/07 15:17:40 (1 year ago)
Author:
daboo
Message:

Fix for drag and drop cell offset issues when lists are scrolled.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/trunk/Linux/Sources/Application/Server/CServerTitleTable.cp

    r21 r108  
    6464 
    6565        // Find column clicked 
    66         JPoint imagePt; 
    67         LocalToImagePoint(point, imagePt); 
    6866        STableCell cell; 
    69         if (GetCellHitBy(imagePt, cell)) 
     67        if (GetCellHitBy(point, cell)) 
    7068                sClickColumn = cell.col; 
    7169