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-10-18 00:44:07 +0300
committerBertrand Le Roy <beleroy@microsoft.com>2018-10-18 00:44:07 +0300
commitf4f76fa45c8ede6233f545dd6c3556cf61b0d21f (patch)
treef685cf99a9b8d2435727ee6739c4d0a28663baa0 /Xamarin.PropertyEditing.Mac/Controls
parent5e75201231027688847d873ee50dd5eb7296c771 (diff)
Remove struct constraint on mac predefined values editor, which is breaking enumerations described with strings
Diffstat (limited to 'Xamarin.PropertyEditing.Mac/Controls')
-rw-r--r--Xamarin.PropertyEditing.Mac/Controls/PredefinedValuesEditor.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Xamarin.PropertyEditing.Mac/Controls/PredefinedValuesEditor.cs b/Xamarin.PropertyEditing.Mac/Controls/PredefinedValuesEditor.cs
index 6ae54db..70815c4 100644
--- a/Xamarin.PropertyEditing.Mac/Controls/PredefinedValuesEditor.cs
+++ b/Xamarin.PropertyEditing.Mac/Controls/PredefinedValuesEditor.cs
@@ -13,7 +13,6 @@ using Xamarin.PropertyEditing.Mac.Resources;
namespace Xamarin.PropertyEditing.Mac
{
internal class PredefinedValuesEditor<T> : PropertyEditorControl<PredefinedValuesViewModel<T>>
- where T : struct
{
public PredefinedValuesEditor ()
{