mirror of
https://github.com/ppy/osu
synced 2025-04-01 22:48:33 +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
|
textBox = new LabelledTextBox
|
||||||
{
|
{
|
||||||
Label = "Time"
|
Label = "Time",
|
||||||
|
SelectAllOnFocus = true,
|
||||||
},
|
},
|
||||||
button = new RoundedButton
|
button = new RoundedButton
|
||||||
{
|
{
|
||||||
|
@ -79,6 +79,7 @@ namespace osu.Game.Screens.Edit.Timing
|
|||||||
public BPMTextBox()
|
public BPMTextBox()
|
||||||
{
|
{
|
||||||
Label = "BPM";
|
Label = "BPM";
|
||||||
|
SelectAllOnFocus = true;
|
||||||
|
|
||||||
OnCommit += (_, isNew) =>
|
OnCommit += (_, isNew) =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user