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:
committed by
Robin Gareus
parent
ef160dd24e
commit
313b0b2ddd
@@ -875,6 +875,8 @@ FoldbackStrip::name_button_button_press (GdkEventButton* ev)
|
|||||||
bool
|
bool
|
||||||
FoldbackStrip::number_button_press (GdkEventButton* ev)
|
FoldbackStrip::number_button_press (GdkEventButton* ev)
|
||||||
{
|
{
|
||||||
|
_mixer.select_none();
|
||||||
|
|
||||||
if (ev->type == GDK_2BUTTON_PRESS) {
|
if (ev->type == GDK_2BUTTON_PRESS) {
|
||||||
choose_color ();
|
choose_color ();
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user