Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 5501d90

Browse files
author
Eric Maupin
committed
[Core] Fix platform clone missing some copies
1 parent 21c98e4 commit 5501d90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Xamarin.PropertyEditing/TargetPlatform.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,13 @@ internal TargetPlatform WithProvider (IEditorProvider provider)
139139
return new TargetPlatform (provider) {
140140
ResourceProvider = ResourceProvider,
141141
BindingProvider = BindingProvider,
142+
IconProvider = IconProvider,
142143
SupportsMaterialDesign = SupportsMaterialDesign,
143144
SupportsCustomExpressions = SupportsCustomExpressions,
144145
SupportsBrushOpacity = SupportsBrushOpacity,
145146
GroupedTypes = GroupedTypes,
146-
AutoExpandGroups = AutoExpandGroups
147+
AutoExpandGroups = AutoExpandGroups,
148+
ErrorHandler = ErrorHandler
147149
};
148150
}
149151
}

0 commit comments

Comments
 (0)