13
0

remove redundant button number check

This commit is contained in:
Paul Davis 2024-05-07 16:19:32 -06:00
parent 6264dc6966
commit 35d8cf7026

View File

@ -1271,7 +1271,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) {