1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 15:33:05 +08:00

Change SliderWithTextBoxInput to transfer on commit

This commit is contained in:
Dean Herbert 2020-10-02 17:59:57 +09:00
parent 9fc9009dbe
commit 519c3ac2bd

View File

@ -38,6 +38,7 @@ namespace osu.Game.Screens.Edit.Timing
},
slider = new SettingsSlider<T>
{
TransferValueOnCommit = true,
RelativeSizeAxes = Axes.X,
}
}