Skip to content

Commit

Permalink
Superfluous change deletion.
Browse files Browse the repository at this point in the history
  • Loading branch information
rokujyushi committed Nov 12, 2024
1 parent a604b07 commit 3fd07fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenUtau/Controls/LyricBox.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private void ListBoxSelect(int index) {
listBox.SelectedIndex = index;
}

private void Box_KeyDown(object? sender, KeyEventArgs e) {
private void Box_KeyDown(object? sender, KeyEventArgs e) {
switch (e.Key) {
case Key.Enter:
EndEdit(true);
Expand Down

0 comments on commit 3fd07fd

Please sign in to comment.