зеркало из https://github.com/mozilla/pjs.git
Followup to bug 589864: Accidentally dropped needed widget init param. irc-r=tn a=bustage-fix
This commit is contained in:
Родитель
7c360328a9
Коммит
29350cab06
|
@ -711,8 +711,12 @@ nsresult nsView::CreateWidget(nsWidgetInitData *aWidgetInitData,
|
|||
"Use CreateWidgetForPopup");
|
||||
|
||||
DefaultWidgetInitData defaultInitData;
|
||||
PRBool initDataPassedIn = !!aWidgetInitData;
|
||||
aWidgetInitData = aWidgetInitData ? aWidgetInitData : &defaultInitData;
|
||||
aWidgetInitData->mContentType = aContentType;
|
||||
defaultInitData.mListenForResizes =
|
||||
(!initDataPassedIn && GetParent() &&
|
||||
GetParent()->GetViewManager() != mViewManager);
|
||||
|
||||
nsIntRect trect = CalcWidgetBounds(aWidgetInitData->mWindowType);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче