-
Notifications
You must be signed in to change notification settings - Fork 857
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
Adjust center position of new scale wrt previous scale, not 1. #1375
Conversation
Hi @avshenuk, thank you! This looks good. I just need to test whether it is a breaking change or not. |
This PR is stale because it has been open 60 days with no activity. Please remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Please remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Please remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Please remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Please remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Please remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Please remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Please remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Please remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Please remove stale label or comment or this will be closed in 14 days. |
This PR is stale because it has been open 60 days with no activity. Please remove stale label or comment or this will be closed in 14 days. |
Sorry for the delay. It is a breaking fix and it was addressed here: #2495 |
Tested locally and this now works correctly.
A simple example: if you're already on scale 2, and trying to set the scale to 2 again, simply glancing through the previous code, you can see that it will move the origin when it shouldn't at all.