1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 15:40:14 +08:00

Disable masking of Carousel

The default for carousels should be unmasked as their usage generally
sees them overflowing outside their main usage area (see `bleed`
variables).
This commit is contained in:
Dean Herbert
2025-04-16 18:45:48 +09:00
Unverified
parent 1cca936e28
commit 376b4e8929
+1
View File
@@ -228,6 +228,7 @@ namespace osu.Game.Graphics.Carousel
{
InternalChild = Scroll = new CarouselScrollContainer
{
Masking = false,
RelativeSizeAxes = Axes.Both,
};