mirror of
https://github.com/ppy/osu
synced 2025-03-20 01:49:41 +00:00
Also apply to timing textboxes
This commit is contained in:
parent
ce93455aa8
commit
7b0c1e3498
osu.Game/Screens/Edit/Timing
@ -51,7 +51,8 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
{
|
||||
textBox = new LabelledTextBox
|
||||
{
|
||||
Label = "Time"
|
||||
Label = "Time",
|
||||
SelectAllOnFocus = true,
|
||||
},
|
||||
button = new RoundedButton
|
||||
{
|
||||
|
@ -79,6 +79,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
public BPMTextBox()
|
||||
{
|
||||
Label = "BPM";
|
||||
SelectAllOnFocus = true;
|
||||
|
||||
OnCommit += (_, isNew) =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user