Merge pull request #1296 from nachmore/bug_1284

Fix theme fonts not changing separately for query box and results
This commit is contained in:
Jeremy Wu 2022-07-25 14:03:54 +10:00 committed by GitHub
commit b079aa3b29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1796,7 +1796,8 @@
HorizontalAlignment="Left"
VerticalAlignment="Top"
ItemsSource="{Binding Source={StaticResource SortedFonts}}"
SelectedItem="{Binding SelectedQueryBoxFont}" />
SelectedItem="{Binding SelectedQueryBoxFont}"
IsSynchronizedWithCurrentItem="False" />
<ComboBox
Width="130"
Margin="10,0,0,0"
@ -1846,7 +1847,8 @@
HorizontalAlignment="Left"
VerticalAlignment="Top"
ItemsSource="{Binding Source={StaticResource SortedFonts}}"
SelectedItem="{Binding SelectedResultFont}" />
SelectedItem="{Binding SelectedResultFont}"
IsSynchronizedWithCurrentItem="False" />
<ComboBox
Width="130"
Margin="10,-2,0,0"