Skip to content

Commit

Permalink
Fix ClassStyles checkboxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkwpsv committed May 19, 2022
1 parent de67696 commit 3c9d734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WindowDebugger/Views/Tabs/ClassStylesTab.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Setter.Value>
<MultiBinding Converter="{StaticResource ClassStylesToBoolConverter}" Mode="OneWay">
<MultiBinding.Bindings>
<Binding Path="StylesEx"/>
<Binding Path="ClassStyles"/>
<Binding Path="Tag" RelativeSource="{RelativeSource Self}"/>
</MultiBinding.Bindings>
</MultiBinding>
Expand Down

0 comments on commit 3c9d734

Please sign in to comment.