mirror of
https://github.com/ppy/osu
synced 2025-01-10 16:19:47 +00: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