mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove redundant button number check
This commit is contained in:
parent
90d21161e7
commit
7d04a8bdd4
1 changed files with 1 additions and 1 deletions
|
|
@ -1218,7 +1218,7 @@ MixerStrip::name_button_button_press (GdkEventButton* ev)
|
|||
return true;
|
||||
}
|
||||
|
||||
if (ev->button == 1 || ev->button == 3) {
|
||||
if (ev->button == 3) {
|
||||
list_route_operations ();
|
||||
|
||||
if (ev->button == 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue