mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-28 00:07:28 +00:00
Bug 783139: Restore setting .widget on nsGUIEvent. r=dRdR
This commit is contained in:
parent
4e42d87be2
commit
02e97bd80f
@ -285,6 +285,7 @@ nsWindow::DispatchInputEvent(nsGUIEvent &aEvent)
|
||||
gFocusedWindow->UserActivity();
|
||||
|
||||
nsEventStatus status;
|
||||
aEvent.widget = gFocusedWindow;
|
||||
gFocusedWindow->DispatchEvent(&aEvent, status);
|
||||
return status;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user