mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Allow tooltip to show up even when not on a valid cell.
This commit is contained in:
parent
f4acda8662
commit
de955f1d6c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user