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.
1 parent ee91432 commit 78fc333Copy full SHA for 78fc333
OpenUtau/Controls/LyricBox.axaml
@@ -19,7 +19,7 @@
19
BorderThickness="0" Background="Transparent"
20
Margin="{DynamicResource AutoCompleteListPadding}"
21
ItemsSource="{Binding Suggestions}" SelectedItem="{Binding SelectedSuggestion}"
22
- KeyDown="ListBox_KeyDown">
+ Focusable="True" KeyDown="ListBox_KeyDown">
23
<ListBox.Styles>
24
<Style Selector="ListBoxItem">
25
<Setter Property="Padding" Value="0"/>
0 commit comments