cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
73 stars 20 forks source link

Wobbly render in scroll frame with low update rate #117

Closed cschreib closed 2 years ago

cschreib commented 2 years ago

When a scroll_frame has a low update rate (either itself or from its parent), and it gets resized, the update logic means that the render target content may not be refreshed before the frame is being rendered. This results in texture stretching until the next refresh.