Fix crop overlay handle cursors on hover (0.6.1, issue #165) #169
No reviewers
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ai-collab/bulk-image-organizer!169
Loading…
Reference in a new issue
No description provided.
Delete branch "0.6.0/issue-165-crop-cursor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #165.
Crop mode left the pointer on the default or open-hand cursor when hovering the selection border, especially after a handle drag and on fitted large images.
Cause
ScrollHandDrag, which forcesOpenHandCursorwhile crop was still active.QGraphicsViewcould overwrite the viewport cursor.Change
NoDragfor the whole crop session.Version:
0.6.1(compiled-input patch).