Skip to content

Commit

Permalink
Merge pull request #423 from Mona04/master
Browse files Browse the repository at this point in the history
issue #422
  • Loading branch information
Dirkster99 authored Mar 24, 2023
2 parents 58ec136 + 3ccbfe8 commit 5d14c0e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/Components/AvalonDock/Themes/generic.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -758,9 +758,7 @@
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}">
<ContentPresenter
Content="{Binding LayoutItem.View, RelativeSource={RelativeSource TemplatedParent}}"
ContentTemplate="{Binding LayoutItem.View.ContentTemplate, RelativeSource={RelativeSource TemplatedParent}}"
ContentTemplateSelector="{Binding LayoutItem.View.ContentTemplateSelector, RelativeSource={RelativeSource TemplatedParent}}" />
Content="{Binding LayoutItem.View, RelativeSource={RelativeSource TemplatedParent}}" />
</Border>
</ControlTemplate>
</Setter.Value>
Expand Down

0 comments on commit 5d14c0e

Please # to comment.