summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-07-08 12:45:57 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:21 -0500
commit98b14ad0e63964b6ec206edf85ec23c5c3731002 (patch)
tree5cc1f4578f179c457b47e77cf482ca124e859e26 /gtk2_ardour/ardour_ui2.cc
parentaf378e7256a421e6a3321f028eddd8231da920be (diff)
get normal GTK accelerators working again
Diffstat (limited to 'gtk2_ardour/ardour_ui2.cc')
-rw-r--r--gtk2_ardour/ardour_ui2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc
index 07528c76c5..efd45ffaa8 100644
--- a/gtk2_ardour/ardour_ui2.cc
+++ b/gtk2_ardour/ardour_ui2.cc
@@ -120,7 +120,7 @@ ARDOUR_UI::setup_windows ()
top_packer.pack_start (menu_bar_base, false, false);
#endif
- main_vpacker.pack_start (top_packer);
+ main_vpacker.pack_start (top_packer, false, false);
/* now add the transport frame to the top of main window */