Skip to content

Commit

Permalink
Disable output offset % adjustment when gamma calibration is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ledoge committed Mar 5, 2022
1 parent 8889974 commit faaa623
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion novideo_srgb/AdvancedWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
</TextBox.Text>
</TextBox>
</StackPanel>
<StackPanel Visibility="{Binding UseCustomGamma}" Orientation="Horizontal">
<StackPanel Visibility="{Binding UseCustomGamma}" IsEnabled="{Binding CalibrateGamma}"
Orientation="Horizontal">
<TextBlock VerticalAlignment="Center">with</TextBlock>
<TextBox
VerticalAlignment="Center" VerticalContentAlignment="Center" TextAlignment="Right"
Expand Down

0 comments on commit faaa623

Please sign in to comment.