Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.PropertyEditing.Mac/Controls/Custom/NumericTextField.cs')
-rw-r--r--Xamarin.PropertyEditing.Mac/Controls/Custom/NumericTextField.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.PropertyEditing.Mac/Controls/Custom/NumericTextField.cs b/Xamarin.PropertyEditing.Mac/Controls/Custom/NumericTextField.cs
index 75e0a08..1043286 100644
--- a/Xamarin.PropertyEditing.Mac/Controls/Custom/NumericTextField.cs
+++ b/Xamarin.PropertyEditing.Mac/Controls/Custom/NumericTextField.cs
@@ -51,7 +51,7 @@ namespace Xamarin.PropertyEditing.Mac
Delegate = keyUpDownDelegate;
}
- public RowProxyResponder ProxyResponder
+ public ProxyResponder ProxyResponder
{
get {
if (Delegate is KeyUpDownDelegate keydown) {
@@ -172,7 +172,7 @@ namespace Xamarin.PropertyEditing.Mac
}
}
- internal class KeyUpDownDelegate : TextNextResponderDelegate
+ internal class KeyUpDownDelegate : DelegatedRowTextFieldDelegate
{
public event EventHandler<bool> KeyArrowUp;
public event EventHandler<bool> KeyArrowDown;