GDevelop
GDevelop copied to clipboard
Keep event sheet scroll location when switching functions
The List seems to fight the scroll change to set it back to 0. It causes the component to render 11 times instead of 4.
I guess the issue is that the List height is still 0 at the beginning. I'll try to see if there is a way to detect when events heights are ready to avoid to do the scroll change too soon.