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

@ -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