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
Родитель f4acda8662
Коммит de955f1d6c
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

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