Expose panel height from non-drawable models

This commit is contained in:
Dean Herbert
2020-10-12 12:37:41 +09:00
parent a393bbe8f7
commit 9193f5b0ba
3 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,8 @@ namespace osu.Game.Screens.Select.Carousel
{
public class DrawableCarouselBeatmapSet : DrawableCarouselItem, IHasContextMenu
{
public const float HEIGHT = MAX_HEIGHT;
private Action<BeatmapSetInfo> restoreHiddenRequested;
private Action<int> viewDetails;