Ensure that mWindowType is initialized. Fixes intermittent gray windows on mac (bug 181293). r=pinkerton, sr=roc.
git-svn-id: svn://10.0.0.236/trunk@139180 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f1eb551e6b
commit
fbb0374387
@ -79,6 +79,7 @@ nsBaseWidget::nsBaseWidget()
|
||||
, mEventListener(nsnull)
|
||||
, mMenuListener(nsnull)
|
||||
, mCursor(eCursor_standard)
|
||||
, mWindowType(eWindowType_child)
|
||||
, mBorderStyle(eBorderStyle_none)
|
||||
, mIsShiftDown(PR_FALSE)
|
||||
, mIsControlDown(PR_FALSE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user