Bug 63904 - Don't fetch the system setting for number of lines to scroll per mousewheel movement on each scroll. r=timeless, sr=scc.

This commit is contained in:
bryner%uiuc.edu 2001-01-01 01:37:00 +00:00
Родитель 51b8fae8b5
Коммит 6b4c51f030
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2759,7 +2759,7 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM wParam, LPARAM lParam, LRESULT
{
static UINT vkKeyCached = 0; // caches VK code fon WM_KEYDOWN
PRBool result = PR_FALSE; // call the default nsWindow proc
PRBool getWheelInfo = PR_TRUE;
static PRBool getWheelInfo = PR_TRUE;
nsPaletteInfo palInfo;
*aRetValue = 0;