fixed a GlobalToLocal problem in FindWidgetHit

This commit is contained in:
pierre%netscape.com 1998-09-23 09:18:46 +00:00
parent e4ed95edbc
commit fed9338564

View File

@ -1246,6 +1246,7 @@ nsWindow *child = this;
nsWindow *deeperWindow;
nsRect rect;
::GlobalToLocal(&aThePoint);
if (this->PtInWindow(aThePoint.h,aThePoint.v))
{
// traverse through all the nsWindows to find out who got hit, lowest level of course