diff --git a/lib/mac/UserInterface/Tables/CTableTooltipPane.cp b/lib/mac/UserInterface/Tables/CTableTooltipPane.cp index c0656d218cd1..19e413e19f6a 100644 --- a/lib/mac/UserInterface/Tables/CTableTooltipPane.cp +++ b/lib/mac/UserInterface/Tables/CTableTooltipPane.cp @@ -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