[TextExtractor][CQ]Fixing faulty binding in settings language combo box (#31486)

This commit is contained in:
Laszlo Nemeth
2024-02-20 16:11:53 +01:00
committed by GitHub
parent 7df1049a54
commit fef50971af

View File

@@ -56,8 +56,7 @@
DropDownOpened="TextExtractor_ComboBox_DropDownOpened" DropDownOpened="TextExtractor_ComboBox_DropDownOpened"
ItemsSource="{x:Bind Path=ViewModel.AvailableLanguages, Mode=OneWay}" ItemsSource="{x:Bind Path=ViewModel.AvailableLanguages, Mode=OneWay}"
Loaded="TextExtractor_ComboBox_Loaded" Loaded="TextExtractor_ComboBox_Loaded"
SelectedIndex="{x:Bind Path=ViewModel.LanguageIndex, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" SelectedIndex="{x:Bind Path=ViewModel.LanguageIndex, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
SelectedValue="{Binding SelectedColorRepresentationValue, Mode=TwoWay}" />
</tkcontrols:SettingsCard> </tkcontrols:SettingsCard>
</controls:SettingsGroup> </controls:SettingsGroup>
</StackPanel> </StackPanel>