Skip to content

macosx: Handle case when right-clicked items are not selected, correctly

Claudio Cambra requested to merge claucambra/vlc:work/fix-selections into master

If the user right-clicks an item that is not part of an existing selection group we should focus actions on the right-clicked item, just like other Cocoa apps (e.g. Finder)

After fix (see queued items):

Screenshot_2024-06-08_at_23.14.19

Before fix:

Screenshot_2024-06-08_at_23.17.48

Signed-off-by: Claudio Cambra developer@claudiocambra.com

Merge request reports