ui: mixer: the formely broken rename dialog on vertical button's double click may actually become an unexpected annoyance, better disable it

This commit is contained in:
jean-emmanuel 2023-12-13 15:33:36 +01:00 committed by Robin Gareus
parent 8a4f852ff2
commit ba279e2e67
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 4 additions and 4 deletions

View File

@ -394,10 +394,10 @@ VCAMasterStrip::solo_changed ()
bool
VCAMasterStrip::vertical_button_press (GdkEventButton* ev)
{
if (ev->button == 1 && ev->type == GDK_2BUTTON_PRESS) {
start_name_edit ();
return false;
}
// if (ev->button == 1 && ev->type == GDK_2BUTTON_PRESS) {
// start_name_edit ();
// return false;
// }
if (Keyboard::is_context_menu_event (ev)) {
if (!context_menu) {