summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport/gui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-12-01 16:19:16 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2015-12-01 16:19:16 -0500
commitcb965cba1648f92654a991a91e211821335b37bb (patch)
treec62a24f6be56b1512949d45bb38a77ade1bf4969 /libs/surfaces/faderport/gui.h
parent37961a6bbe1b5be2df66844a71890ca1d50757dd (diff)
start tweaks to make Shift sticky; remove Shift-press combobox from gui since we don't allow that to be bound (next-marker)
Diffstat (limited to 'libs/surfaces/faderport/gui.h')
-rw-r--r--libs/surfaces/faderport/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/faderport/gui.h b/libs/surfaces/faderport/gui.h
index d5edfaf127..8ad337a070 100644
--- a/libs/surfaces/faderport/gui.h
+++ b/libs/surfaces/faderport/gui.h
@@ -61,7 +61,7 @@ private:
Gtk::ComboBox mix_combo[3];
Gtk::ComboBox proj_combo[3];
Gtk::ComboBox trns_combo[3];
- Gtk::ComboBox user_combo[3];
+ Gtk::ComboBox user_combo[2];
void update_port_combos ();
PBD::ScopedConnection connection_change_connection;