mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ add: ALT modifier also for hand cursor hover indicator hotspot
This commit is contained in:
parent
09fc5098ee
commit
c56f05bbe1
@ -4868,7 +4868,7 @@ void Editor::ButtonMoveWithModifiers(Point pt, unsigned int, int modifiers) {
|
||||
} else {
|
||||
// >>>>>>>>>>>>>>> BEG NON STD SCI PATCH >>>>>>>>>>>>>>>
|
||||
if (hoverIndicatorPos != Sci::invalidPosition)
|
||||
if (modifiers & SCI_CTRL) { DisplayCursor(Window::cursorHand); }
|
||||
if (modifiers & (SCI_ALT | SCI_CTRL)) { DisplayCursor(Window::cursorHand); }
|
||||
else
|
||||
DisplayCursor(Window::cursorText);
|
||||
// <<<<<<<<<<<<<<< END NON STD SCI PATCH <<<<<<<<<<<<<<<
|
||||
|
||||
Loading…
Reference in New Issue
Block a user