mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
[TextExtractor][CQ]Fixing faulty binding in settings language combo box (#31486)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user