Skip to content
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

fix: DragSmooth Repeat Call MoveScale #649

Merged
merged 1 commit into from Apr 15, 2024
Merged

Conversation

nzlov
Copy link
Contributor

@nzlov nzlov commented Apr 7, 2024

DragSmooth calls MoveScale followed by MoveSmooth, and MoveSmooth calls MoveScale within MoveSmooth, resulting in duplicate calls to MoveScale.

`DragSmooth` calls `MoveScale` followed by `MoveSmooth`, and `MoveSmooth` calls `MoveScale` within `MoveSmooth`, resulting in duplicate calls to `MoveScale`.
@nzlov nzlov requested a review from vcaesar as a code owner April 7, 2024 06:08
@CLAassistant
Copy link

CLAassistant commented Apr 7, 2024

CLA assistant check
All committers have signed the CLA.

@breece1991
Copy link

breece1991 commented Apr 7, 2024 via email

@vcaesar vcaesar added the bug label Apr 15, 2024
@vcaesar vcaesar added this to the v1.0.0 milestone Apr 15, 2024
@vcaesar vcaesar merged commit 6c13742 into go-vgo:master Apr 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants