mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 691725. Actually initialize the mIsDragPopup member of nsWidgetInitData. r=enn
This commit is contained in:
parent
318bf2f888
commit
6e669b10cf
@ -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…
Reference in New Issue
Block a user