SpyrexDE / SmoothScroll

Addon for the Godot Game Engine that adds a SmoothScrollContainer.
https://spyrexde.github.io/SmoothScroll/
MIT License
144 stars 13 forks source link

Fix a bug related to custom themes #6

Closed gducrash closed 2 years ago

gducrash commented 2 years ago

For some reason, when a custom theme is applied to the SmoothScrollContainer or one of it's parents, the content_node variable is set to VScrollBar or HScrollBar, making the code not work. I fixed it by eliminating those options when setting the content_node variable