Skip to content

Commit

Permalink
fix: remove select all behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitism committed Nov 29, 2024
1 parent 5ae4992 commit d16b559
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Ursa/Controls/NumericUpDown/NumericUpDownBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ private void FocusChanged(bool hasFocus)
if (!wasFocused && _textBox != null)
{
_textBox.Focus();
_textBox.SelectAll();
}
}
}
Expand Down

0 comments on commit d16b559

Please sign in to comment.