mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 10:13:22 +08:00
Autoselect contents of "form" number box
This commit is contained in:
parent
cde348bfb8
commit
a567c6369d
@ -10,6 +10,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
internal override InnerTextBox CreateTextBox() => new InnerNumberBox
|
||||
{
|
||||
AllowDecimals = AllowDecimals,
|
||||
SelectAllOnFocus = true,
|
||||
};
|
||||
|
||||
internal partial class InnerNumberBox : InnerTextBox
|
||||
|
Loading…
Reference in New Issue
Block a user