Allow tooltip to show up even when not on a valid cell.
git-svn-id: svn://10.0.0.236/trunk@8457 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -168,8 +168,7 @@ CStandardFlexTable* CTableToolTipPane::GetTableAndCell(
|
||||
table->PortToLocalPoint(mouseLocal);
|
||||
SPoint32 whereImage;
|
||||
table->LocalToImagePoint(mouseLocal, whereImage);
|
||||
if (!table->GetCellHitBy(whereImage, outCell))
|
||||
table = nil;
|
||||
table->GetCellHitBy(whereImage, outCell);
|
||||
}
|
||||
return table;
|
||||
} // CTableToolTipPane::GetTableAndCell
|
||||
|
||||
Reference in New Issue
Block a user