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:
authorEric Maupin <me@ermau.com>2018-10-29 17:36:36 +0300
committerGitHub <noreply@github.com>2018-10-29 17:36:36 +0300
commit9415f5e661e429c8f594fea91ef44e84944e5254 (patch)
treeedaa5923494ff5cdaad8f86123665c0aa7229d35 /Xamarin.PropertyEditing.Mac/Controls
parentb26f15986d01d0309aee03b2632d4714b0ad9289 (diff)
parentf4f76fa45c8ede6233f545dd6c3556cf61b0d21f (diff)
Merge pull request #439 from xamarin/bleroy-mac-predefined-string-values-fix
Remove struct constraint on mac predefined values editor
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 ()
{