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

Allow ScrollBar params of a ScrollContainer to be modified from _ready() #44781

Merged

Conversation

mrushyendra
Copy link
Contributor

Initializes the sizes of the ScrollContainer and its associated ScrollBars in _ready(), in order to allow scroll values to be set in GDScript initially using a deferred call.

Closes #43212

Initializes the sizes of the ScrollContainer and its associated
ScrollBars in _ready() to allow scroll values to be set in GDScript
initially.
@akien-mga akien-mga added this to the 4.0 milestone Dec 29, 2020
@akien-mga akien-mga merged commit c6e9d91 into godotengine:master Dec 29, 2020
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ScrollContainer's scroll position can't initially go beyond 100 px
2 participants