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/PropertyButton.cs')
-rw-r--r--Xamarin.PropertyEditing.Mac/Controls/Custom/PropertyButton.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.PropertyEditing.Mac/Controls/Custom/PropertyButton.cs b/Xamarin.PropertyEditing.Mac/Controls/Custom/PropertyButton.cs
index 7e8b6bc..989cad7 100644
--- a/Xamarin.PropertyEditing.Mac/Controls/Custom/PropertyButton.cs
+++ b/Xamarin.PropertyEditing.Mac/Controls/Custom/PropertyButton.cs
@@ -256,7 +256,7 @@ namespace Xamarin.PropertyEditing.Mac
Appearance = EffectiveAppearance
};
- var customExpressionPopOver = new AutoClosePopOver(this.hostResources) {
+ var customExpressionPopOver = new AutoClosePopOver (this.hostResources, EffectiveAppearance) {
CloseOnEnter = false,
ContentViewController = new NSViewController (null, null) { View = customExpressionView },
};
@@ -272,7 +272,7 @@ namespace Xamarin.PropertyEditing.Mac
Appearance = EffectiveAppearance
};
- var resourceSelectorPopOver = new AutoClosePopOver(this.hostResources) {
+ var resourceSelectorPopOver = new AutoClosePopOver (this.hostResources, EffectiveAppearance) {
ContentViewController = new NSViewController (null, null) { View = requestResourceView },
};