mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user