UmbraLuminosa / sickle_ui

A widget library built on top of bevy_ui.
Apache License 2.0
205 stars 24 forks source link

Bug: scroll bar flicker #10

Closed UkoeHB closed 3 weeks ago

UkoeHB commented 3 months ago

The scroll bar flickers when spawning a scroll view. Not sure if this is an ordering issue or what.

eidloi commented 3 months ago

This is probably because the padding of the content container needs to be adjusted based on the overflow of it (to leave space for the scroll bars). The approach will be changed with the introduction of themes, though this still needs extra care.

Thanks for the report!

eidloi commented 3 weeks ago

This should no longer happen as of v0.2.0, let me know if you still encounter it.