ui: mixer: same as 313b0b2ddd but with label button

This commit is contained in:
jean-emmanuel
2023-12-13 15:16:12 +01:00
committed by Robin Gareus
parent 313b0b2ddd
commit 8a4f852ff2

View File

@@ -855,6 +855,8 @@ FoldbackStrip::build_route_select_menu ()
bool
FoldbackStrip::name_button_button_press (GdkEventButton* ev)
{
_mixer.select_none();
if (ev->button == 1 && ev->type == GDK_BUTTON_PRESS) {
StripableList slist;
std::shared_ptr<Route> previous = std::shared_ptr<Route> ();