mirror of https://github.com/ppy/osu
Add sample action to test so hover effect is visible
This commit is contained in:
parent
dff7053a07
commit
1eab4e179d
|
@ -23,6 +23,7 @@ public TestSceneShowMoreButton()
|
|||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Action = () => { }
|
||||
});
|
||||
|
||||
AddStep("switch loading state", () => button.IsLoading = !button.IsLoading);
|
||||
|
|
Loading…
Reference in New Issue