ui: mixer: clear strip selection when clicking on foldback bus number label, otherwise changing the bus' color will also affect whatever strip is currently selected (this is a more general issue however and should probabaly be addressed globally)

This commit is contained in:
jean-emmanuel 2023-12-13 14:53:16 +01:00 committed by Robin Gareus
parent ef160dd24e
commit 313b0b2ddd
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -875,6 +875,8 @@ FoldbackStrip::name_button_button_press (GdkEventButton* ev)
bool
FoldbackStrip::number_button_press (GdkEventButton* ev)
{
_mixer.select_none();
if (ev->type == GDK_2BUTTON_PRESS) {
choose_color ();
return true;