Refactor LoadRepliesButton to inherit LoadingButton

This commit is contained in:
Andrei Zavatski
2020-07-14 15:02:29 +03:00
parent 4b22832cc8
commit 4c2294f0cd
5 changed files with 34 additions and 34 deletions

View File

@ -33,7 +33,10 @@ namespace osu.Game.Tests.Visual.UserInterface
Children = new Drawable[]
{
button = new TestButton(),
new LoadRepliesButton(),
new LoadRepliesButton
{
Action = () => { }
},
new ShowRepliesButton(1),
new ShowRepliesButton(2)
}