We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f3e9b7 + 59266ca commit d7339e5Copy full SHA for d7339e5
ICSharpCode.AvalonEdit/CodeCompletion/CompletionList.xaml
@@ -37,7 +37,9 @@
37
<Setter.Value>
38
<ControlTemplate TargetType="{x:Type cc:CompletionList}">
39
<cc:CompletionListBox x:Name="PART_ListBox"
40
- ItemContainerStyle="{StaticResource CompletionListBoxItem}">
+ ItemContainerStyle="{StaticResource CompletionListBoxItem}"
41
+ Background="{TemplateBinding Background}"
42
+ TextBlock.Foreground="{TemplateBinding Foreground}">
43
<ItemsControl.ItemTemplate>
44
<DataTemplate>
45
<StackPanel Orientation="Horizontal">
0 commit comments