feat: add recall as internal function to overlay dialog.
This commit is contained in:
@@ -215,7 +215,12 @@ public abstract class NumericUpDown : TemplatedControl, IClearControl
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
protected override void OnTextInput(TextInputEventArgs e)
|
||||
{
|
||||
_textBox?.RaiseEvent(e);
|
||||
}
|
||||
|
||||
private void OnDragPanelPointerReleased(object sender, PointerReleasedEventArgs e)
|
||||
{
|
||||
_point = null;
|
||||
|
||||
Reference in New Issue
Block a user