mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix multiple handling of WM_MOUSEWHEEL messages (issue #1481)
This commit is contained in:
@@ -176,4 +176,10 @@ patches = [
|
||||
'name': 'process_title_1639',
|
||||
'path': '../content/common/',
|
||||
},
|
||||
{
|
||||
# Fix multiple handling of WM_MOUSEWHEEL messages on Windows.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1481
|
||||
'name': 'hwnd_message_handler_1481',
|
||||
'path': '../ui/views/win/',
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user