mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Bug 691725. Actually initialize the mIsDragPopup member of nsWidgetInitData. r=enn
This commit is contained in:
parent
33c8126bac
commit
3d45f324e1
@ -132,7 +132,8 @@ struct nsWidgetInitData {
|
||||
mListenForResizes(PR_FALSE),
|
||||
mUnicode(PR_TRUE),
|
||||
mRTL(PR_FALSE),
|
||||
mNoAutoHide(PR_FALSE)
|
||||
mNoAutoHide(PR_FALSE),
|
||||
mIsDragPopup(PR_FALSE)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user