13
0

remove redundant button number check

This commit is contained in:
Paul Davis 2024-05-07 16:19:32 -06:00
parent 90d21161e7
commit 7d04a8bdd4

View File

@ -1218,7 +1218,7 @@ MixerStrip::name_button_button_press (GdkEventButton* ev)
return true; return true;
} }
if (ev->button == 1 || ev->button == 3) { if (ev->button == 3) {
list_route_operations (); list_route_operations ();
if (ev->button == 1) { if (ev->button == 1) {