Flash at high latency value was missing GUI WPF binding entry. The settings screen showed always "20 ms" high latency value instead of the configured value. #1053 issue ticket.

This commit is contained in:
mika-n 2020-01-19 21:32:23 +02:00
parent 164fbd5154
commit 9e51c591ff

View File

@ -249,7 +249,7 @@
<StackPanel Orientation="Horizontal" Margin="8,0,0,0"
IsEnabled="{Binding FlashHighLatency,FallbackValue='False'}">
<!--<TextBox Text="20" VerticalContentAlignment="Center" />-->
<xctk:IntegerUpDown d:IsHidden="True" Value="20" MinWidth="30" ButtonSpinnerLocation="Right" Increment="1" Maximum="100" Minimum="10" />
<xctk:IntegerUpDown d:IsHidden="True" Value="{Binding FlashHighLatencyAt}" MinWidth="30" ButtonSpinnerLocation="Right" Increment="1" Maximum="100" Minimum="10" />
<Label Content="ms" />
</StackPanel>
</StackPanel>