Adventure Game Studio

AGS Development => Editor Development => Topic started by: Snarky on Sat 10/03/2018 10:45:45

Title: Feature Request: Keep sprite folder open/closed state
Post by: Snarky on Sat 10/03/2018 10:45:45
It's a really simple thing that causes endless frustration working with AGS: if open an "add sprite" (to a view or GUI control) dialog while the sprite tab is open, it collapses any folders you have expanded in that tab.

This makes it very tedious to perform tasks that involve checking the contents of certain sprite folders and adding them to different things. If someone could fix it, I'm sure it'd save endless wasted hours in total for all AGS devs.
Title: Re: Feature Request: Keep sprite folder open/closed state
Post by: morganw on Sat 10/03/2018 17:58:12
When that window is closed it is calling
Code (csharp) Select
spriteController.Refresh();...in case a sprite was added in the selector. I'll take a look at it.
Title: Re: Feature Request: Keep sprite folder open/closed state
Post by: Crimson Wizard on Tue 03/07/2018 18:41:14
This was fixed.