Push Changes from other Github
This commit is contained in:
@@ -23,9 +23,4 @@ public partial class ParamControlFloat : UserControl
|
||||
disposable?.Dispose();
|
||||
}
|
||||
|
||||
private void NumberValidation(object sender, TextCompositionEventArgs e)
|
||||
{
|
||||
Regex regex = new("^[-+]?[0-9]*,?[0-9]+$");
|
||||
e.Handled = regex.IsMatch(e.Text);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user