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 scroll wheel interaction across graph editor windows #1578

Merged
merged 4 commits into from Nov 3, 2023

Conversation

HudsonHN
Copy link
Contributor

For #1214
Fixed scroll wheel causing both the renderview to zoom as well as the property editor to scroll.
This is done by moving the renderview cursor bounds check up on the call stack and adding flags to disable scrolling for the property editor if the cursor is within the renderview.

Fixed the issue where using the scroll wheel will both zoom in the renderview as well as the panel bar.
This is done by doing a cursor bounds check and disabling scrolling for the panel if the cursor is inside the renderview.
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Oct 19, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

@jstone-lucasfilm
Copy link
Member

This looks very promising, thanks @HudsonHN, and I'm CC'ing @lfl-eholthouser for her knowledge of this section of the codebase.

Signed-off-by: Jonathan Stone <jstone@lucasfilm.com>
@jstone-lucasfilm jstone-lucasfilm changed the title Fix scroll wheel both zooming in renderview at the same time as scrolling on property editor Fix scroll wheel interaction across graph editor windows Nov 3, 2023
Copy link
Member

@jstone-lucasfilm jstone-lucasfilm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this fix, @HudsonHN!

@jstone-lucasfilm jstone-lucasfilm merged commit f086b86 into AcademySoftwareFoundation:main Nov 3, 2023
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants