mirror of
https://github.com/ppy/osu.git
synced 2026-06-10 02:13:40 +08:00
Fix now playing overlay responding to key events when seek bar is not visually focused
This commit is contained in:
@@ -518,6 +518,8 @@ namespace osu.Game.Overlays
|
||||
|
||||
private partial class HoverableProgressBar : ProgressBar
|
||||
{
|
||||
public override bool HandleNonPositionalInput => IsHovered;
|
||||
|
||||
public HoverableProgressBar()
|
||||
: base(true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user