Continue showing progress bar on direct panels when importing

Previously the progrress bar would fade out once downloads completed, which felt unintuitive.
This commit is contained in:
Dean Herbert
2018-01-22 13:05:07 +09:00
parent 64c32f5715
commit 060d80efbe
2 changed files with 5 additions and 2 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Graphics.UserInterface
public Color4 FillColour
{
set { fill.Colour = value; }
set { fill.FadeColour(value, 150, Easing.OutQuint); }
}
public Color4 BackgroundColour