summaryrefslogtreecommitdiff
path: root/libs/surfaces/launch_control_xl/launch_control_xl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/launch_control_xl/launch_control_xl.cc')
-rw-r--r--libs/surfaces/launch_control_xl/launch_control_xl.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/surfaces/launch_control_xl/launch_control_xl.cc b/libs/surfaces/launch_control_xl/launch_control_xl.cc
index aeeae77ce8..87a2033c5f 100644
--- a/libs/surfaces/launch_control_xl/launch_control_xl.cc
+++ b/libs/surfaces/launch_control_xl/launch_control_xl.cc
@@ -811,10 +811,9 @@ LaunchControlXL::stripable_property_change (PropertyChange const& what_changed,
return;
}
if (which < 8) {
- button_track_focus((uint8_t)which);
+ update_track_focus_led ((uint8_t) which);
}
}
-
}
void
@@ -875,7 +874,7 @@ LaunchControlXL::switch_bank (uint32_t base)
stripable[n]->rec_enable_control()->Changed.connect (stripable_connections, MISSING_INVALIDATOR, boost::bind (&LaunchControlXL::rec_changed, this, n), lcxl);
}
}
- button_track_focus(n);
+ update_track_focus_led(n);
button_track_mode(track_mode());
}
}