mirror of https://github.com/ppy/osu
Update framework + fix CI errors
This commit is contained in:
parent
c9e4a07e12
commit
0dce7a5b61
|
@ -1 +1 @@
|
||||||
Subproject commit 02d7a0fa4798d197cd08570ee48951edbb7c7860
|
Subproject commit f1751c27ffe2c5febece74129368596b5ad3a4e2
|
|
@ -83,7 +83,7 @@ public DrawableSpinner(Spinner s) : base(s)
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
RelativeSizeAxes = Axes.Y,
|
RelativeSizeAxes = Axes.Y,
|
||||||
Children = new Drawable[]
|
Children = new[]
|
||||||
{
|
{
|
||||||
Background = new SpinnerBackground
|
Background = new SpinnerBackground
|
||||||
{
|
{
|
||||||
|
|
|
@ -46,7 +46,7 @@ private void load()
|
||||||
var dragLayer = new DragLayer(maskContainer.Select);
|
var dragLayer = new DragLayer(maskContainer.Select);
|
||||||
dragLayer.DragEnd += () => maskSelection.UpdateVisibility();
|
dragLayer.DragEnd += () => maskSelection.UpdateVisibility();
|
||||||
|
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new[]
|
||||||
{
|
{
|
||||||
dragLayer,
|
dragLayer,
|
||||||
maskSelection,
|
maskSelection,
|
||||||
|
|
Loading…
Reference in New Issue