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:
pinkerton%netscape.com
1998-08-25 20:25:15 +00:00
parent 1354f252f5
commit a66e5a4570

View File

@@ -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