зеркало из https://github.com/mozilla/pjs.git
Bug 229583. initialize line height in scrolling views. patch by Asko Tontti. r+sr=roc
This commit is contained in:
Родитель
6bf24a63ff
Коммит
4ad7474eb4
|
@ -82,6 +82,7 @@ nsScrollPortView::nsScrollPortView()
|
|||
{
|
||||
mOffsetX = mOffsetY = 0;
|
||||
mOffsetXpx = mOffsetYpx = 0;
|
||||
mLineHeight = NSIntPointsToTwips(12);
|
||||
|
||||
mListeners = nsnull;
|
||||
mSmoothScroll = nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче