mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 03:22:54 +08:00
Fix regression in HoldFocus behaviour
This commit is contained in:
parent
00fd5c8dbc
commit
7028767e50
@ -27,7 +27,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
focus = value;
|
||||
if (!focus && HasFocus)
|
||||
KillFocus();
|
||||
base.KillFocus();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user