mirror of
https://github.com/ppy/osu
synced 2024-12-27 17:32:56 +00:00
Add comment highlighting reason for blocking mouse down
This commit is contained in:
parent
a16050534d
commit
5a38abe679
@ -92,6 +92,8 @@ namespace osu.Game.Overlays.Volume
|
||||
protected override bool OnMouseDown(MouseDownEvent e)
|
||||
{
|
||||
base.OnMouseDown(e);
|
||||
|
||||
// Block mouse down to avoid dismissing overlays sitting behind the mute button
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user