mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
MCP - Fix iCON P1-M check for RGB update on next redisplay
This commit is contained in:
parent
2db87934dd
commit
34850e514d
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);
|
||||
|
||||
// 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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue