mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00:00
Fix mute button not blocking outside overlay closing presses
This commit is contained in:
parent
b3d4da8fc9
commit
a16050534d
@ -88,5 +88,11 @@ namespace osu.Game.Overlays.Volume
|
||||
{
|
||||
Content.TransformTo<Container<Drawable>, ColourInfo>("BorderColour", unhoveredColour, 500, Easing.OutQuint);
|
||||
}
|
||||
|
||||
protected override bool OnMouseDown(MouseDownEvent e)
|
||||
{
|
||||
base.OnMouseDown(e);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user