From 2491549923062e6f9a45d1d051d4ce0976f7b4bc Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 31 Jan 2016 11:36:31 -0500 Subject: [PATCH] mackie: make replace (finish-range) LED flash at the right time --- libs/surfaces/mackie/mcp_buttons.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/surfaces/mackie/mcp_buttons.cc b/libs/surfaces/mackie/mcp_buttons.cc index 8528975eb5..004fe18859 100644 --- a/libs/surfaces/mackie/mcp_buttons.cc +++ b/libs/surfaces/mackie/mcp_buttons.cc @@ -364,6 +364,7 @@ LedState MackieControlProtocol::drop_press (Button &) { gui_invoke ("Editor/start-range-from-playhead"); + update_global_button (Button::Replace, flashing); return on; }