mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
[Summary] Fixed button press event handler on the control event box where track headers are placed
This commit is contained in:
parent
081d801263
commit
d67e1a0f1e
1 changed files with 2 additions and 1 deletions
|
|
@ -3624,9 +3624,10 @@ Editor::edit_controls_button_press (GdkEventButton* ev)
|
|||
{
|
||||
if ( (ev->button == 1) && (ev->type == GDK_2BUTTON_PRESS) ) {
|
||||
ARDOUR_UI::instance()->add_audio_track_instantly ();
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue