Skip to content

Commit

Permalink
Autoselect contents of "form" number box
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Oct 3, 2024
1 parent cde348b commit a567c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game/Graphics/UserInterfaceV2/FormNumberBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public partial class FormNumberBox : FormTextBox
internal override InnerTextBox CreateTextBox() => new InnerNumberBox
{
AllowDecimals = AllowDecimals,
SelectAllOnFocus = true,
};

internal partial class InnerNumberBox : InnerTextBox
Expand Down

0 comments on commit a567c63

Please sign in to comment.