mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
MCP - Fix iCON P1-M check for RGB update on next redisplay
This commit is contained in:
parent
22b6bcb53e
commit
c4b3f709ea
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ MackieControlProtocol::switch_banks (uint32_t initial, bool force)
|
||||||
(*si)->map_stripables (stripables);
|
(*si)->map_stripables (stripables);
|
||||||
|
|
||||||
// Force RGB update on next redisplay
|
// Force RGB update on next redisplay
|
||||||
if (_device_info.is_v1m() || _device_info.is_platformMp() || _device_info.is_p1nano()) {
|
if (_device_info.is_v1m() || _device_info.is_p1m() || _device_info.is_p1nano()) {
|
||||||
(*si)->force_icon_rgb_update();
|
(*si)->force_icon_rgb_update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue