mirror of https://github.com/ppy/osu
Make field readonly
This commit is contained in:
parent
c3a98b6ad1
commit
b713eb2eae
|
@ -24,7 +24,8 @@ public class CarouselHeader : Container
|
|||
public Container BorderContainer;
|
||||
|
||||
public readonly Bindable<CarouselItemState> State = new Bindable<CarouselItemState>(CarouselItemState.NotSelected);
|
||||
private HoverLayer hoverLayer;
|
||||
|
||||
private readonly HoverLayer hoverLayer;
|
||||
|
||||
protected override Container<Drawable> Content { get; } = new Container { RelativeSizeAxes = Axes.Both };
|
||||
|
||||
|
|
Loading…
Reference in New Issue