fix: remove select all behavior.

This commit is contained in:
rabbitism
2024-11-29 21:59:17 +08:00
parent 5ae4992743
commit d16b55981a

View File

@@ -244,7 +244,6 @@ public abstract class NumericUpDown : TemplatedControl, IClearControl, IInnerCon
if (!wasFocused && _textBox != null)
{
_textBox.Focus();
_textBox.SelectAll();
}
}
}