vchelaru / FlatRedBall

Cross-platform 2D game engine focused on ultimate productivity built in .NET
http://flatredball.com
MIT License
403 stars 64 forks source link

AnimationEditor should remember scroll position when refreshing tree view #145

Closed profexorgeek closed 3 years ago

profexorgeek commented 3 years ago

Repro:

  1. Have animation chain list with lots of animations
  2. Delete or reorder an animation in the list
  3. The AnimationEditor will refresh the list, losing your scroll position

This becomes annoying at scale when you're trying to sort, move, or duplicate a lot of chains.

anim-list-scrolling

vchelaru commented 3 years ago

Fixed