1
0
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:
Dean Herbert
2025-12-29 16:04:08 +09:00
Unverified
parent ef3338ba93
commit 4a60d7fe71
+2
View File
@@ -518,6 +518,8 @@ namespace osu.Game.Overlays
private partial class HoverableProgressBar : ProgressBar
{
public override bool HandleNonPositionalInput => IsHovered;
public HoverableProgressBar()
: base(true)
{