summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport8
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-08-01 11:34:56 -0500
committerBen Loftis <ben@harrisonconsoles.com>2018-08-01 11:35:35 -0500
commiteb304fe4b8e005b9554f86e11fe1546704214c64 (patch)
tree8ce5f38de479e1bcd728e98fe182ab6e013287f2 /libs/surfaces/faderport8
parentc546ada320ceac0638b426b6bde0a402d44b2ace (diff)
FP2: Fix banking in NavChannel mode.
Diffstat (limited to 'libs/surfaces/faderport8')
-rw-r--r--libs/surfaces/faderport8/actions.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/surfaces/faderport8/actions.cc b/libs/surfaces/faderport8/actions.cc
index 939118ed4f..ceb989b037 100644
--- a/libs/surfaces/faderport8/actions.cc
+++ b/libs/surfaces/faderport8/actions.cc
@@ -499,8 +499,10 @@ FaderPort8::button_prev_next (bool next)
{
switch (_ctrls.nav_mode()) {
case NavChannel:
+#ifndef FADERPORT2
select_prev_next (next);
break;
+#endif
case NavMaster:
case NavScroll:
case NavPan: