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
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 0 deletions

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;