Playlist UI Tweaks: allow Enter to control the transport, not close the playlist-selector dialog

This commit is contained in:
Ben Loftis 2021-06-29 09:21:59 -05:00 committed by Robin Gareus
parent b23e13b331
commit 88e0b24163
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 0 additions and 2 deletions

View File

@ -373,8 +373,6 @@ PlaylistSelector::on_key_press_event (GdkEventKey* ev)
switch (ev->keyval) {
case GDK_Up:
case GDK_Down:
case GDK_Return:
case GDK_KP_Enter:
return ArdourDialog::on_key_press_event (ev);
}