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
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ public SliderWithTextBoxInput(string labelText)
},
slider = new SettingsSlider<T>
{
TransferValueOnCommit = true,
RelativeSizeAxes = Axes.X,
}
}