Remove ScrollableContent container from carousel

This was causing multiple issues with masking and sizing and really
didn't need to exist in the first place. Also not sure why the pool was
nested inside the scroll container, but it isn't any more. Probably for
the best.
This commit is contained in:
Dean Herbert
2020-11-26 18:28:52 +09:00
parent 02d5b1352b
commit f8db7a9902
2 changed files with 25 additions and 25 deletions

View File

@ -917,7 +917,7 @@ namespace osu.Game.Tests.Visual.SongSelect
{
get
{
foreach (var item in ScrollableContent)
foreach (var item in Scroll.Children)
{
yield return item;