Skip to content

Commit

Permalink
[TextExtractor][CQ]Fixing faulty binding in settings language combo b…
Browse files Browse the repository at this point in the history
  • Loading branch information
donlaci committed Feb 20, 2024
1 parent 7df1049 commit fef5097
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
DropDownOpened="TextExtractor_ComboBox_DropDownOpened"
ItemsSource="{x:Bind Path=ViewModel.AvailableLanguages, Mode=OneWay}"
Loaded="TextExtractor_ComboBox_Loaded"
SelectedIndex="{x:Bind Path=ViewModel.LanguageIndex, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
SelectedValue="{Binding SelectedColorRepresentationValue, Mode=TwoWay}" />
SelectedIndex="{x:Bind Path=ViewModel.LanguageIndex, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
</tkcontrols:SettingsCard>
</controls:SettingsGroup>
</StackPanel>
Expand Down

0 comments on commit fef5097

Please sign in to comment.