Skip to content

Commit 78fc333

Browse files
committed
fix tab key for lyric box
1 parent ee91432 commit 78fc333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenUtau/Controls/LyricBox.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
BorderThickness="0" Background="Transparent"
2020
Margin="{DynamicResource AutoCompleteListPadding}"
2121
ItemsSource="{Binding Suggestions}" SelectedItem="{Binding SelectedSuggestion}"
22-
KeyDown="ListBox_KeyDown">
22+
Focusable="True" KeyDown="ListBox_KeyDown">
2323
<ListBox.Styles>
2424
<Style Selector="ListBoxItem">
2525
<Setter Property="Padding" Value="0"/>

0 commit comments

Comments
 (0)