diff --git a/Switch_Toolbox_Library/Forms/Custom/BarSlider/BarSlider.cs b/Switch_Toolbox_Library/Forms/Custom/BarSlider/BarSlider.cs index 679dce0f..4ab43238 100644 --- a/Switch_Toolbox_Library/Forms/Custom/BarSlider/BarSlider.cs +++ b/Switch_Toolbox_Library/Forms/Custom/BarSlider/BarSlider.cs @@ -188,6 +188,7 @@ namespace BarSlider textBox.ReadOnly = false; textBox.ForeColor = this.ForeColor; textBox.BackColor = ActiveEditColor; + textBox.Focus(); DisplayInterlapsedBar = false;