Skip to content

Commit

Permalink
Merge pull request #259 from eriove/feature/handle-threads-in-tests
Browse files Browse the repository at this point in the history
Fixing problems with tests running with XUnit StaFact
  • Loading branch information
Dirkster99 authored Apr 17, 2021
2 parents 01b75dd + c3729ab commit f59abc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Components/AvalonDock/Themes/generic.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,8 @@
<Setter Property="AnchorableHeaderTemplate" Value="{StaticResource AnchorableHeaderTemplate}" />
<Setter Property="DocumentTitleTemplate" Value="{StaticResource DocumentTitleTemplate}" />
<Setter Property="AnchorableTitleTemplate" Value="{StaticResource AnchorableTitleTemplate}" />
<Setter Property="AnchorableContextMenu" Value="{StaticResource AnchorableContextMenu}" />
<Setter Property="DocumentContextMenu" Value="{StaticResource DocumentContextMenu}" />
<Setter Property="AnchorableContextMenu" Value="{DynamicResource AnchorableContextMenu}" />
<Setter Property="DocumentContextMenu" Value="{DynamicResource DocumentContextMenu}" />
<Setter Property="DocumentPaneMenuItemHeaderTemplate" Value="{StaticResource DocumentHeaderTemplate}" />
<Setter Property="IconContentTemplate" Value="{StaticResource IconContentTemplate}" />
<Setter Property="Template">
Expand Down

0 comments on commit f59abc4

Please sign in to comment.