-
Notifications
You must be signed in to change notification settings - Fork 367
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 keyboard input focus in Graph Editor #1596
Fix keyboard input focus in Graph Editor #1596
Conversation
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.
Signed-off-by: Jonathan Stone <[email protected]>
Changed IsWindowFocused flags for inputs mentioned in AcademySoftwareFoundation#1424 to prevent all panels from responding.
@HudsonHN It would be great if we can include this improvement in MaterialX 1.39, which is scheduled for release this summer. Would you mind retargeting your pull request to the |
@HudsonHN We've now merged development work on MaterialX 1.39 back to the main branch of MaterialX, in preparation for wrapping up development on the 1.39.0 release. When you have a chance, could you retarget this pull request back to the main branch as well? |
Fumbled a bit but it's done 😄 |
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.
This looks good to me, thanks @HudsonHN!
ad0615b
into
AcademySoftwareFoundation:main
Changed IsWindowFocused flags for inputs mentioned in #1424 to prevent all panels from responding.