зеркало из https://github.com/mozilla/pjs.git
Bug 691725. Actually initialize the mIsDragPopup member of nsWidgetInitData. r=enn
This commit is contained in:
Родитель
1bd9e1178c
Коммит
c32ad934c4
|
@ -132,7 +132,8 @@ struct nsWidgetInitData {
|
|||
mListenForResizes(PR_FALSE),
|
||||
mUnicode(PR_TRUE),
|
||||
mRTL(PR_FALSE),
|
||||
mNoAutoHide(PR_FALSE)
|
||||
mNoAutoHide(PR_FALSE),
|
||||
mIsDragPopup(PR_FALSE)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче