mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-04 23:49:04 +00:00
Issue #1595 part 5: Remove Vista checks in Windows widget code
This commit is contained in:
@@ -945,9 +945,7 @@ MouseScrollHandler::SystemSettings::Init()
|
||||
PR_LOG(gMouseScrollLog, PR_LOG_ALWAYS,
|
||||
("MouseScroll::SystemSettings::Init(): ::SystemParametersInfo("
|
||||
"SPI_GETWHEELSCROLLCHARS) failed, %s",
|
||||
IsVistaOrLater() ?
|
||||
"this is unexpected on Vista or later" :
|
||||
"but on XP or earlier, this is not a problem"));
|
||||
"this is unexpected."));
|
||||
mScrollChars = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user