Increase the # of scroll ines on mouse wheel to match IE. COcoa not part of build.

This commit is contained in:
hyatt%netscape.com 2002-02-22 09:22:56 +00:00
Родитель c86c91bf0b
Коммит db4b17cb69
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1704,7 +1704,7 @@ NS_IMETHODIMP nsChildView::ResetInputState()
// does not create something that inherits from NSQuickDrawView!
//
GrafPtr
nsChildView::GetQuickDrawPort ( )
nsChildView::GetQuickDrawPort()
{
return [mView qdPort];
}
@ -1892,7 +1892,7 @@ nsChildView::GetQuickDrawPort ( )
printf("got mouse EXIT view\n");
}
const PRInt32 kNumLines = 4;
const PRInt32 kNumLines = 8;
-(void)scrollWheel:(NSEvent*)theEvent
{