mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 21:24:26 +08:00
Select all text when popover is initially shown
Depends on https://github.com/ppy/osu-framework/pull/5823.
This commit is contained in:
@@ -328,7 +328,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
BeatDivisor.BindValueChanged(_ => updateState(), true);
|
||||
divisorTextBox.OnCommit += (_, _) => setPresets();
|
||||
|
||||
Schedule(() => GetContainingInputManager().ChangeFocus(divisorTextBox));
|
||||
divisorTextBox.SelectAll();
|
||||
}
|
||||
|
||||
private void setPresets()
|
||||
|
||||
Reference in New Issue
Block a user