Force focus for the custom numeric box

This commit is contained in:
KillzXGaming 2020-04-15 20:33:23 -04:00
parent c42d5e4441
commit ea962c6201

View file

@ -188,6 +188,7 @@ namespace BarSlider
textBox.ReadOnly = false;
textBox.ForeColor = this.ForeColor;
textBox.BackColor = ActiveEditColor;
textBox.Focus();
DisplayInterlapsedBar = false;