mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
Force focus for the custom numeric box
This commit is contained in:
parent
c42d5e4441
commit
ea962c6201
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ namespace BarSlider
|
|||
textBox.ReadOnly = false;
|
||||
textBox.ForeColor = this.ForeColor;
|
||||
textBox.BackColor = ActiveEditColor;
|
||||
textBox.Focus();
|
||||
|
||||
DisplayInterlapsedBar = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue