summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-07-14 01:24:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-07-14 01:24:16 +0000
commitf01af9836e46fb2c459d16e9956ff6b9be0355d0 (patch)
tree04445b709f1009e14f0c2ac6c1ce0116e43a5664 /gtk2_ardour/mixer_ui.cc
parent997dd32d5ea12ec9412858ac0bdbc88e603ca8a1 (diff)
fix broken accels in mixer window BUT note that processor box now swallows keys that have default GTK functions in a tree/listview, like space. thinking about possible solutions to this. added zero key (0) to reset gain to 0dB
git-svn-id: svn://localhost/ardour2/branches/3.0@5361 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_ui.cc')
-rw-r--r--gtk2_ardour/mixer_ui.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc
index c3904b7e26..00c16f59b6 100644
--- a/gtk2_ardour/mixer_ui.cc
+++ b/gtk2_ardour/mixer_ui.cc
@@ -1478,7 +1478,8 @@ Mixer_UI::on_key_press_event (GdkEventKey* ev)
bool
Mixer_UI::on_key_release_event (GdkEventKey* ev)
{
- return key_press_focus_accelerator_handler (*this, ev);
+ return Gtk::Window::on_key_release_event (ev);
+ // return key_press_focus_accelerator_handler (*this, ev);
}
void