Update framework + fix CI errors

This commit is contained in:
smoogipoo 2018-04-20 18:19:17 +09:00
parent c9e4a07e12
commit 0dce7a5b61
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 02d7a0fa4798d197cd08570ee48951edbb7c7860
Subproject commit f1751c27ffe2c5febece74129368596b5ad3a4e2

View File

@ -83,7 +83,7 @@ public DrawableSpinner(Spinner s) : base(s)
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.Y,
Children = new Drawable[]
Children = new[]
{
Background = new SpinnerBackground
{

View File

@ -46,7 +46,7 @@ private void load()
var dragLayer = new DragLayer(maskContainer.Select);
dragLayer.DragEnd += () => maskSelection.UpdateVisibility();
InternalChildren = new Drawable[]
InternalChildren = new[]
{
dragLayer,
maskSelection,