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/BasePathEditorControl.cs')
-rw-r--r--Xamarin.PropertyEditing.Mac/Controls/BasePathEditorControl.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.PropertyEditing.Mac/Controls/BasePathEditorControl.cs b/Xamarin.PropertyEditing.Mac/Controls/BasePathEditorControl.cs
index 9164f8d..d1465cc 100644
--- a/Xamarin.PropertyEditing.Mac/Controls/BasePathEditorControl.cs
+++ b/Xamarin.PropertyEditing.Mac/Controls/BasePathEditorControl.cs
@@ -49,7 +49,7 @@ namespace Xamarin.PropertyEditing.Mac
this.textNextResponderDelegate = new BasePathEditordDelegate (this)
{
- ResponderProxy = new ProxyRowResponder(this, ProxyRowType.SingleView)
+ ProxyResponder = new RowProxyResponder (this, ProxyRowType.SingleView)
};
this.currentTextField.Delegate = this.textNextResponderDelegate;
AddSubview (this.currentTextField);