mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-17 02:46:15 +01:00
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:
parent
8a4f852ff2
commit
ba279e2e67
1 changed files with 4 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue