ensure that all callers of ARDOUR_UI_UTILS::relay_key_press() provide a window

This commit is contained in:
Paul Davis 2015-09-04 11:49:56 -04:00
parent a47b3c4dc5
commit ec65e351ac
9 changed files with 18 additions and 24 deletions

View file

@ -222,7 +222,7 @@ RegionLayeringOrderEditor::on_key_press_event (GdkEventKey* ev)
}
if (!handled) {
handled = relay_key_press (ev, 0);
handled = relay_key_press (ev, this);
}
if (!handled) {