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
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

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);
}