mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 01:30:05 +08:00
committed by
GitHub
Unverified
parent
260034a80e
commit
c8c375636f
@@ -32,7 +32,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
public bool HoldFocus
|
||||
{
|
||||
get { return allowImmediateFocus && focus; }
|
||||
get => allowImmediateFocus && focus;
|
||||
set
|
||||
{
|
||||
focus = value;
|
||||
|
||||
Reference in New Issue
Block a user