handle compiler stupidity with early return

This commit is contained in:
Paul Davis 2022-06-21 18:43:35 -06:00
parent bb5798ee66
commit 26d2c8a7fa

View File

@ -428,6 +428,8 @@ TrackMixLayout::monitoring_change ()
b1_color = selection_color;
b2_color = selection_color;
break;
default:
return; /* stupid compilers */
}
b1->set_color (b1_color);