fix thinko with selection-as-group for GainMeter

This commit is contained in:
Paul Davis 2023-07-27 13:31:12 -06:00
parent fe7c36c04b
commit 639c206432
1 changed files with 1 additions and 1 deletions

View File

@ -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 ();