1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 01:39:54 +08:00

Update focus specifications in line with framework changes

This commit is contained in:
Dean Herbert
2024-05-22 21:27:53 +08:00
Unverified
parent 8d02ac5e21
commit 66ceda1d67
26 changed files with 29 additions and 29 deletions
@@ -85,7 +85,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
Current.BindValueChanged(updateTextBoxFromSlider, true);
}
public bool TakeFocus() => GetContainingInputManager().ChangeFocus(textBox);
public bool TakeFocus() => GetContainingFocusManager().ChangeFocus(textBox);
private bool updatingFromTextBox;