-
-
Notifications
You must be signed in to change notification settings - Fork 834
Add X and Y offset distance overlay while dragging with the Select tool #2814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
!build |
|
Could you please check if it has all the expected behaviours. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the useful contribution!
@Kavin006 looks like the pivot stored in select tool is viewport space and doesn't respect PTZ changes. output2.mp4 |
Didn't realise this could happen. I feel like we have to add the document position of drag start to SelectToolData to fix this. This is also the case with the selection box unless its intended there. |
It works correctly when you pan (e.g. scroll with the mouse wheel) with |
…ol (GraphiteEditor#2814) * Add offset overlay to select tool * Add overlay to Dragging * Add axis align behavior * Style changes * Add trim to string * reduce code duplication * Code review --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
No description provided.