The source project of this merge request has been removed.
Reset cursor on drag end in single-click mode
Test case for Thunar with single-click mode enabled:
Drag a file/folder from the icon view to an empty or invalid space and release the clicked button.
- Cursor should change back from
HAND2
toPTR
. - Clicking a non-selected file/folder should activate it without an additional click.
Notes:
The HAND2
cursor is set in exo_icon_view_motion_notify_event
and resetting the last_single_clicked
state usually happens in exo_icon_view_button_release_event
.
Edited by Theo Linkspfeifer