MCU: update pot LEDs when switching to the track/pan subview

This commit is contained in:
Franke Burgarino 2025-08-25 15:06:02 -05:00 committed by Edgar Aichinger
parent 7820f904cf
commit 25a656b993

View file

@ -1276,6 +1276,7 @@ Strip::subview_mode_changed ()
switch (_surface->mcp().subview()->subview_mode()) {
case Subview::None:
set_vpot_parameter (_pan_mode);
notify_panner_azi_changed();
/* need to show strip name again */
show_stripable_name ();
if (!_stripable) {