mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Fix regression from bug 1143567 that broke context menus. (bug 1144827, r=jmathies, a=kwierso)
This commit is contained in:
parent
1e0c4573e6
commit
8ab6f89545
@ -3990,7 +3990,7 @@ bool nsWindow::DispatchMouseEvent(uint32_t aEventType, WPARAM wParam,
|
||||
}
|
||||
}
|
||||
|
||||
result = DispatchInputEvent(&event);
|
||||
result = ConvertStatus(DispatchInputEvent(&event));
|
||||
|
||||
if (nsToolkit::gMouseTrailer)
|
||||
nsToolkit::gMouseTrailer->Enable();
|
||||
|
Loading…
Reference in New Issue
Block a user