-
Notifications
You must be signed in to change notification settings - Fork 364
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
Graph Editor: Scroll wheel zooms and scrolls property editor #1214
Comments
Thanks for pointing this out @bernardkwok ! The render view zoom only checks right now if the cursor is within the bounds of the render view window which is causing that issue. |
I can try this one. Just for clarification, do we want to separate scrolling behavior for the attribute list and for the render view? |
There are 3 scroll areas. The entire panel, the renderview, and just the attribute list. Each should trigger different behaviour. Only the panel scroll bar seems to affect the renderview. |
Thanks @kwokcb I'll take a look. |
A minor nitpick. When the editor has a scroll bar on the right (show all inputs for std surface), if you use the scroll
wheel it will zoom in / out on the preview window but also scroll at the same time so it makes it hard to be able to zoom.
zoom.mp4
Looks like some minor pointer focus / handling issue that the event once handled by the preview window should not be passed onwards back to the scrollbar ?
The text was updated successfully, but these errors were encountered: