зеркало из https://github.com/mozilla/pjs.git
Patch to fix incorrect coordinates to first call of SetWindow(), bug 97656 r=av sr=attinasi a=asa
This commit is contained in:
Родитель
c9ea0f44cf
Коммит
77e18d6b81
|
@ -997,6 +997,10 @@ NS_IMETHODIMP pluginInstanceOwner :: CreateWidget(void)
|
|||
else
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
#if defined(XP_MAC)
|
||||
FixUpPluginWindow();
|
||||
#endif
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче