Skip to content

Reset cursor on drag end in single-click mode

Theo Linkspfeifer requested to merge (removed):reset-cursor into master

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 to PTR.
  • 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

Merge request reports