Ensure that mWindowType is initialized. Fixes intermittent gray windows on mac (bug 181293). r=pinkerton, sr=roc.

This commit is contained in:
bryner%netscape.com 2003-03-10 01:23:32 +00:00
Родитель fdd7ae3785
Коммит eec0cbfe2e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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)