summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-29 12:38:38 +0200
committerRobin Gareus <robin@gareus.org>2017-04-29 12:38:53 +0200
commita283784cce0c7666f52d92bbbae5bc1c393fcd05 (patch)
tree7e9b37bd5e44200b6d019f96a06d8cee097d27ac /libs
parentdc3ae8d1966a54fa4db1c4c90e9a95646192da67 (diff)
FP8: channel-navigation/scroll select track on encoder press
Diffstat (limited to 'libs')
-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 652a4974a2..a0711f599e 100644
--- a/libs/surfaces/faderport8/actions.cc
+++ b/libs/surfaces/faderport8/actions.cc
@@ -347,6 +347,8 @@ FaderPort8::button_encoder ()
ZoomToSession ();
break;
case NavChannel:
+ AccessAction ("Editor", "select-topmost");
+ break;
case NavBank:
move_selected_into_view ();
break;