mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 16:24:27 +02:00
Fix horizontal scrolling with scroll wheel on Logitech MX issue
Fix #10490, close #11700
This commit is contained in:
parent
b3a9ec5dfe
commit
3750cf8fa3
@ -361,7 +361,7 @@ LRESULT ScintillaEditView::scintillaNew_Proc(HWND hwnd, UINT Message, WPARAM wPa
|
||||
case WM_MOUSEHWHEEL :
|
||||
{
|
||||
::CallWindowProc(_scintillaDefaultProc, hwnd, WM_HSCROLL, ((short)HIWORD(wParam) > 0)?SB_LINERIGHT:SB_LINELEFT, 0);
|
||||
break;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
case WM_MOUSEWHEEL :
|
||||
|
Loading…
x
Reference in New Issue
Block a user