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:
authorBertrand Le Roy <beleroy@microsoft.com>2018-09-21 22:20:40 +0300
committerBertrand Le Roy <beleroy@microsoft.com>2018-09-22 00:08:11 +0300
commit5ec5b58f767bed5a60d82b2de8e03ee1c07adb68 (patch)
treeedc9e9ab6e3c7f491c578ca5abb949acd1bd3708 /Xamarin.PropertyEditing.Mac/Controls
parent3336a6747f39cd7262db91f8df9f5d978593f4e7 (diff)
Update color components on blur. Fixes #409
Diffstat (limited to 'Xamarin.PropertyEditing.Mac/Controls')
-rw-r--r--Xamarin.PropertyEditing.Mac/Controls/Custom/ColorComponentEditor.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing.Mac/Controls/Custom/ColorComponentEditor.cs b/Xamarin.PropertyEditing.Mac/Controls/Custom/ColorComponentEditor.cs
index cbca26b..ce5509e 100644
--- a/Xamarin.PropertyEditing.Mac/Controls/Custom/ColorComponentEditor.cs
+++ b/Xamarin.PropertyEditing.Mac/Controls/Custom/ColorComponentEditor.cs
@@ -64,6 +64,7 @@ namespace Xamarin.PropertyEditing.Mac
};
ce.Editor.ValueChanged += UpdateComponent;
+ ce.Editor.EditingEnded += UpdateComponent;
AddSubview (ce.Label);
AddSubview (ce.Editor);