Skip to content

Commit

Permalink
Merge pull request #175 from LyonJack/master
Browse files Browse the repository at this point in the history
#174 Migrating AutoWindowSizeWhenOpened to DockingManager
#177 Toolbar Item Color Error
  • Loading branch information
Dirkster99 authored Jul 7, 2020
2 parents dbdbc92 + 236ec3b commit 15736f1
Show file tree
Hide file tree
Showing 5 changed files with 651 additions and 658 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@

<MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition Binding="{Binding RelativeSource={RelativeSource Self}, Path=Model.SelectedContent.IsActive}" Value="False" />
<Condition Binding="{Binding SelectedItem.IsActive, RelativeSource={RelativeSource Self}}" Value="False" />
</MultiDataTrigger.Conditions>
<Setter TargetName="BD" Property="BorderBrush" Value="{DynamicResource {x:Static reskeys:ResourceKeys.DocumentWellTabSelectedInactiveBackground}}" />
</MultiDataTrigger>
Expand Down
Loading

0 comments on commit 15736f1

Please sign in to comment.