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