1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 23:02:55 +08:00

Autoselect contents of "form" number box

This commit is contained in:
Bartłomiej Dach 2024-10-03 11:11:02 +02:00
parent cde348bfb8
commit a567c6369d
No known key found for this signature in database

View File

@ -10,6 +10,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
internal override InnerTextBox CreateTextBox() => new InnerNumberBox internal override InnerTextBox CreateTextBox() => new InnerNumberBox
{ {
AllowDecimals = AllowDecimals, AllowDecimals = AllowDecimals,
SelectAllOnFocus = true,
}; };
internal partial class InnerNumberBox : InnerTextBox internal partial class InnerNumberBox : InnerTextBox