dispatch the drag and drop event to the correct widget

This commit is contained in:
pinkerton%netscape.com 1999-05-13 00:13:44 +00:00
parent d6180a5890
commit e057e1b380

View File

@ -253,7 +253,7 @@ printf("dispatching drop into Gecko\n");
// nsMouseEvent
geckoEvent.clickCount = 1;
mTopLevelWidget->DispatchMouseEvent(geckoEvent);
widgetHit->DispatchMouseEvent(geckoEvent);
return PR_TRUE;