Allow tooltip to show up even when not on a valid cell.

This commit is contained in:
pinkerton%netscape.com 1998-08-25 20:25:15 +00:00
parent f4acda8662
commit de955f1d6c

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