mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Temporarily disable masking temporarily to fix panels disappearing at extents
This commit is contained in:
@ -10,6 +10,7 @@ using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Colour;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Graphics.Cursor;
|
||||
using osu.Framework.Graphics.Primitives;
|
||||
using osu.Framework.Graphics.Shapes;
|
||||
using osu.Framework.Graphics.UserInterface;
|
||||
using osu.Framework.Input.Events;
|
||||
@ -31,6 +32,9 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
{
|
||||
public const float HEIGHT = MAX_HEIGHT;
|
||||
|
||||
// TODO: don't do this. need to split out the base class' style so our height isn't fixed to the panel display height (and autosize?).
|
||||
protected override bool ComputeIsMaskedAway(RectangleF maskingBounds) => false;
|
||||
|
||||
private Action<BeatmapSetInfo> restoreHiddenRequested;
|
||||
private Action<int> viewDetails;
|
||||
|
||||
|
Reference in New Issue
Block a user