Force focus for the custom numeric box
This commit is contained in:
parent
c42d5e4441
commit
ea962c6201
@ -188,6 +188,7 @@ namespace BarSlider
|
|||||||
textBox.ReadOnly = false;
|
textBox.ReadOnly = false;
|
||||||
textBox.ForeColor = this.ForeColor;
|
textBox.ForeColor = this.ForeColor;
|
||||||
textBox.BackColor = ActiveEditColor;
|
textBox.BackColor = ActiveEditColor;
|
||||||
|
textBox.Focus();
|
||||||
|
|
||||||
DisplayInterlapsedBar = false;
|
DisplayInterlapsedBar = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user