Refactor the rewrite

This commit is contained in:
HoutarouOreki
2018-07-22 22:31:24 +02:00
parent 51eec0dca4
commit 391da47881
5 changed files with 12 additions and 16 deletions

View File

@ -90,8 +90,8 @@ namespace osu.Game.Overlays.Changelog
isActivated = true;
this.FadeIn(transition_duration);
lineBadge.IsCollapsed = false;
if (!withoutFiringUpdates && Selected != null)
Selected(this, EventArgs.Empty);
if (!withoutFiringUpdates)
Selected?.Invoke(this, EventArgs.Empty);
}
public void Deactivate()