mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
ensure that all callers of ARDOUR_UI_UTILS::relay_key_press() provide a window
This commit is contained in:
parent
a47b3c4dc5
commit
ec65e351ac
9 changed files with 18 additions and 24 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue