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

List scroll now working with many operations #26

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hmunktell
Copy link

Found a small bug when you have more operations than available space in the list window and more chain operations than list size in a chain. If both the [Chain] and [Operations] panels where expanded, it is not possible to scroll in the list windows. Minimizing one panel the scroll in the other started to work.

This thread: https://blender.stackexchange.com/questions/299667/my-uilist-does-not-scroll-down-in-version-3-3-6

indicated that the list widget needs a unique id, and this PR fixes this.

I searched for "template_list" in the project and did not find any more occurrences used. Feel free to change the id descriptions as I'm not up to date with conventions.
text3

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.

1 participant