Skip to content

Commit b3e4c9a

Browse files
committed
Remove DialogOverlayPopupHost ContentPresenter background which should be handled via Border PART_ContentBackground. Fix #69
1 parent e55d78c commit b3e4c9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DialogHost.Avalonia/DialogHost.axaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
ClipToBounds="{Binding Path=(dialogHostAvalonia:DialogHostStyle.ClipToBounds), RelativeSource={RelativeSource FindAncestor, AncestorType=dialogHostAvalonia:DialogHost}}"
6767
Background="{Binding Path=Background, RelativeSource={RelativeSource FindAncestor, AncestorType=dialogHostAvalonia:DialogHost}}">
6868
<ContentPresenter Name="PART_ContentPresenter"
69-
Background="{TemplateBinding Background}"
7069
ContentTemplate="{TemplateBinding ContentTemplate}"
7170
Content="{TemplateBinding Content}"
7271
Padding="{TemplateBinding Padding}" />

0 commit comments

Comments
 (0)