mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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
|
|
@ -1013,7 +1013,7 @@ Panner2dWindow::set_width ()
|
|||
bool
|
||||
Panner2dWindow::on_key_press_event (GdkEventKey* event)
|
||||
{
|
||||
return relay_key_press (event, 0);
|
||||
return relay_key_press (event, this);
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue