Bug 229583. initialize line height in scrolling views. patch by Asko Tontti. r+sr=roc

This commit is contained in:
roc+%cs.cmu.edu 2004-01-10 16:21:45 +00:00
Родитель 6bf24a63ff
Коммит 4ad7474eb4
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -82,6 +82,7 @@ nsScrollPortView::nsScrollPortView()
{
mOffsetX = mOffsetY = 0;
mOffsetXpx = mOffsetYpx = 0;
mLineHeight = NSIntPointsToTwips(12);
mListeners = nsnull;
mSmoothScroll = nsnull;