mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
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:
parent
ef160dd24e
commit
313b0b2ddd
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue