GDevelop icon indicating copy to clipboard operation
GDevelop copied to clipboard

Keep event sheet scroll location when switching functions

Open D8H opened this issue 11 months ago • 1 comments

D8H avatar Jan 05 '25 23:01 D8H

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.

D8H avatar Jan 06 '25 16:01 D8H