Skip to content

Commit

Permalink
Take saturation adjustment into account for selecting color of icon o…
Browse files Browse the repository at this point in the history
…n tool bar.
  • Loading branch information
hamster620 committed Mar 21, 2022
1 parent 9423a0f commit 6c22029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PixelViewer/Controls/SessionControl.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
<Image.IsVisible>
<MultiBinding Converter="{x:Static aConverters:BoolConverters.Or}">
<Binding Path="HasColorAdjustment"/>
<Binding Path="HasSaturationAdjustment"/>
<Binding Path="HasVibranceAdjustment"/>
</MultiBinding>
</Image.IsVisible>
Expand Down

0 comments on commit 6c22029

Please sign in to comment.