properly initialize the rendering context - thanks ramiro

This commit is contained in:
blizzard%redhat.com 1999-06-24 20:08:35 +00:00
Родитель 0171c389d9
Коммит e53a8b4f55
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -30,6 +30,7 @@ nsScrollbar::nsScrollbar(PRBool aIsVertical) : nsWidget(), nsIScrollbar()
mThumbSize = 0;
mLineIncrement = 1;
mIsVertical = aIsVertical;
mRenderingContext = nsnull;
};
nsScrollbar::~nsScrollbar()
@ -181,3 +182,4 @@ PRBool nsScrollbar::DispatchMouseEvent(nsMouseEvent &aEvent)
return result;
}