From ea962c6201f9fcd36709572779f016a16bf50a5b Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Wed, 15 Apr 2020 20:33:23 -0400 Subject: [PATCH] Force focus for the custom numeric box --- Switch_Toolbox_Library/Forms/Custom/BarSlider/BarSlider.cs | 1 + 1 file changed, 1 insertion(+) 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;