summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyeditor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-25 00:32:59 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-25 00:32:59 +0000
commita26827d3b7348ee209347527f6f2a4a819aaed2e (patch)
tree2667dd938c5645dd9e092fa26e85b673d751f3a6 /gtk2_ardour/keyeditor.h
parent4904b33f4557e46660df8ff72f757c342684e706 (diff)
fix a SNAFU that occured when switch from ArdourDialog to ArdourWindow that removed the "Rmove shortcut" button from the keyeditor
git-svn-id: svn://localhost/ardour2/branches/3.0@13079 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 1fc3c44155..ba374c71b2 100644
--- a/gtk2_ardour/keyeditor.h
+++ b/gtk2_ardour/keyeditor.h
@@ -35,6 +35,7 @@ class KeyEditor : public ArdourWindow
Gtk::TreeModelColumn<bool> bindable;
};
+ Gtk::VBox vpacker;
Gtk::ScrolledWindow scroller;
Gtk::TreeView view;
Glib::RefPtr<Gtk::TreeStore> model;