1
0
mirror of synced 2024-09-24 03:28:21 +02:00

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;