mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00:00
Fix download button check icon not scaling on mouse down
This commit is contained in:
parent
0988af5449
commit
89940e7bb9
@ -27,7 +27,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
AddInternal(checkmark = new SpriteIcon
|
||||
Add(checkmark = new SpriteIcon
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
|
Loading…
Reference in New Issue
Block a user