mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+fix: Add workaround to fix horizontal mouse wheel with Logitech Options utility
This commit is contained in:
parent
8467f05982
commit
e61bc62e51
@ -1665,7 +1665,7 @@ sptr_t ScintillaWin::MouseMessage(unsigned int iMessage, uptr_t wParam, sptr_t l
|
||||
int const xPos = std::min(xOffset + charsToScroll, scrollWidth - static_cast<int>(rcText.Width()) + 1);
|
||||
HorizontalScrollTo(xPos);
|
||||
}
|
||||
return 0;
|
||||
return 1;
|
||||
// <<<<<<<<<<<<<<< END NON STD SCI PATCH <<<<<<<<<<<<<<<
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user