mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 16:52:57 +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
|
internal override InnerTextBox CreateTextBox() => new InnerNumberBox
|
||||||
{
|
{
|
||||||
AllowDecimals = AllowDecimals,
|
AllowDecimals = AllowDecimals,
|
||||||
|
SelectAllOnFocus = true,
|
||||||
};
|
};
|
||||||
|
|
||||||
internal partial class InnerNumberBox : InnerTextBox
|
internal partial class InnerNumberBox : InnerTextBox
|
||||||
|
Loading…
Reference in New Issue
Block a user