Alexandre Julliard pushed to branch master at wine / wine
Commits: aad0b865 by Nikolay Sivov at 2025-06-01T16:33:51+02:00 comctl32/listview: Fix lbutton item selection with Shift+Ctrl.
Visual testing shows that using Shift+Ctrl adds to the selection, which is what existing code already does. The problem is that it updates selection mark when it shouldn't.
And the bigger problem of course is that it's using static variable for state.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - - 3b06cc75 by Nikolay Sivov at 2025-06-01T16:33:53+02:00 comctl32/listview: Do not consider key state when navigating with alphanumeric keys.
For example holding down Shift and using letter keys shouldn't produce a selection range.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58275 Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
- - - - -
1 changed file:
- dlls/comctl32/listview.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1908580ac83e2d997193ce920252ab...