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
parent 7b1b1bac73
commit 9bc35232b3

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) {