Browse Source
Merge branch 'master' into fixes/1094-spurious-button-press
pull/1492/head
danwalmsley
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/Markup/Avalonia.Markup.Xaml/MarkupExtensions/BindingExtension.cs
|
|
|
@ -43,6 +43,7 @@ namespace Avalonia.Markup.Xaml.MarkupExtensions |
|
|
|
Mode = Mode, |
|
|
|
Path = pathInfo.Path, |
|
|
|
Priority = Priority, |
|
|
|
Source = Source, |
|
|
|
RelativeSource = pathInfo.RelativeSource ?? RelativeSource, |
|
|
|
DefaultAnchor = new WeakReference(GetDefaultAnchor((ITypeDescriptorContext)serviceProvider)) |
|
|
|
}; |
|
|
|
|