Skip to content

Commit

Permalink
fixed #486
Browse files Browse the repository at this point in the history
  • Loading branch information
NaBian committed Oct 11, 2020
1 parent 5c11cef commit 940117a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public abstract class PropertyEditorBase : DependencyObject

public virtual void CreateBinding(PropertyItem propertyItem, DependencyObject element) =>
BindingOperations.SetBinding(element, GetDependencyProperty(),
new Binding($"({propertyItem.PropertyName})")
new Binding($"{propertyItem.PropertyName}")
{
Source = propertyItem.Value,
Mode = GetBindingMode(propertyItem),
Expand Down

0 comments on commit 940117a

Please sign in to comment.