Rename arrow direction method

This commit is contained in:
Andrei Zavatski
2020-07-14 03:01:14 +03:00
parent f6e4ecd960
commit 56349e65f3
3 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Comments.Buttons
protected override void LoadComplete()
{
base.LoadComplete();
Expanded.BindValueChanged(expanded => ToggleIcon(expanded.NewValue), true);
Expanded.BindValueChanged(expanded => SetIconDirection(expanded.NewValue), true);
}
protected override bool OnClick(ClickEvent e)