mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Prevent double-click on the pianoroll to toggle track height
This commit is contained in:
parent
26b6bece95
commit
41115f1282
1 changed files with 1 additions and 2 deletions
|
|
@ -674,9 +674,8 @@ PianoRollHeader::on_button_press_event (GdkEventButton* ev)
|
|||
_adj.set_page_size (127.0);
|
||||
_adj.value_changed ();
|
||||
queue_draw ();
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
} else if (ev->button == 2 && Keyboard::no_modifiers_active (ev->state)) {
|
||||
SetNoteSelection (note); // EMIT SIGNAL
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue