Skip to content

Commit ffac121

Browse files
committed
Correctly name the input slider component AscensionGameDev#2555
1 parent f93e063 commit ffac121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Intersect.Client.Core/Interface/Shared/InputBox.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ private void NumericInputOnValueChanged(TextBoxNumeric sender, ValueChangedEvent
297297
WrappingBehavior = WrappingBehavior.Wrapped,
298298
};
299299

300-
var numericSliderInput = new LabeledSlider(inputPanel, name: nameof(_numericInputTextbox))
300+
var numericSliderInput = new LabeledSlider(inputPanel, name: nameof(_numericInputSlider))
301301
{
302302
AutoSizeToContents = false,
303303
Dock = Pos.Bottom,

0 commit comments

Comments
 (0)