зеркало из https://github.com/mozilla/pjs.git
Ensure that mWindowType is initialized. Fixes intermittent gray windows on mac (bug 181293). r=pinkerton, sr=roc.
This commit is contained in:
Родитель
fdd7ae3785
Коммит
eec0cbfe2e
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче