mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Merge master with conflicts resolved
This commit is contained in:
@ -32,7 +32,13 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
||||
Child = chart = new ProfileLineChart()
|
||||
};
|
||||
|
||||
protected override void OnUserChanged(ValueChangedEvent<User> e)
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
User.BindValueChanged(onUserChanged, true);
|
||||
}
|
||||
|
||||
private void onUserChanged(ValueChangedEvent<User> e)
|
||||
{
|
||||
var values = GetValues(e.NewValue);
|
||||
|
||||
|
Reference in New Issue
Block a user