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:
parent
9fc9009dbe
commit
519c3ac2bd
@ -38,6 +38,7 @@ namespace osu.Game.Screens.Edit.Timing
|
|||||||
},
|
},
|
||||||
slider = new SettingsSlider<T>
|
slider = new SettingsSlider<T>
|
||||||
{
|
{
|
||||||
|
TransferValueOnCommit = true,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user