зеркало из https://github.com/mozilla/pjs.git
Bug 707814 - Awesomebar autocomplete box appears in the wrong place [r=mstange]
This commit is contained in:
Родитель
b5e5e8ecc2
Коммит
a56727984f
|
@ -1833,6 +1833,14 @@ bool nsCocoaWindow::ShouldFocusPlugin()
|
|||
mGeckoWindow->ReportSizeEvent();
|
||||
}
|
||||
|
||||
- (void)windowDidChangeScreen:(NSNotification *)aNotification
|
||||
{
|
||||
if (!mGeckoWindow)
|
||||
return;
|
||||
|
||||
mGeckoWindow->ReportMoveEvent();
|
||||
}
|
||||
|
||||
- (void)windowDidBecomeMain:(NSNotification *)aNotification
|
||||
{
|
||||
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче