summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2017-01-05 14:31:27 -0600
committerBen Loftis <ben@harrisonconsoles.com>2017-01-05 14:31:27 -0600
commit7b3579bd4d506ab8ea8a8eaf02cceaf4f1e8d9e2 (patch)
tree5fa619919b1e55d216a67e02bec8c38503674bb7 /gtk2_ardour/keyeditor.h
parent58466b9019738e01a23a92e52e0071adca308bed (diff)
Un-bunch the bunched-up Keybindings editor widgets.
Diffstat (limited to 'gtk2_ardour/keyeditor.h')
-rw-r--r--gtk2_ardour/keyeditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/keyeditor.h b/gtk2_ardour/keyeditor.h
index 3e4c5d068c..aedd41d4f2 100644
--- a/gtk2_ardour/keyeditor.h
+++ b/gtk2_ardour/keyeditor.h
@@ -112,6 +112,7 @@ class KeyEditor : public ArdourWindow
Gtkmm2ext::SearchBar filter_entry;
std::string filter_string;
Gtk::Button print_button;
+ Gtk::Label print_label;
typedef std::vector<Tab*> Tabs;