1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 04:09:15 +08:00

More focus avoidance

This commit is contained in:
Dean Herbert
2018-12-30 22:31:14 +09:00
Unverified
parent ad95b3c225
commit beb3df65aa
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@ namespace osu.Game.Graphics.UserInterface
public bool HoldFocus
{
get { return focus; }
get => false;
set
{
focus = value;