mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix thinko with selection-as-group for GainMeter
This commit is contained in:
parent
fe7c36c04b
commit
639c206432
1 changed files with 1 additions and 1 deletions
|
|
@ -773,7 +773,7 @@ GainMeterBase::amp_stop_touch (int state)
|
|||
{
|
||||
_control->stop_touch (timepos_t (_control->session().transport_sample()));
|
||||
if (_touch_control_group) {
|
||||
_touch_control_group->pop (_control);
|
||||
_touch_control_group->pop_all ();
|
||||
_touch_control_group.reset ();
|
||||
}
|
||||
effective_gain_display ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue