mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fixup key-release events for plugin-uis
This commit is contained in:
parent
746665e89c
commit
f095cb75fa
1 changed files with 3 additions and 3 deletions
|
|
@ -429,12 +429,12 @@ PluginUIWindow::on_key_release_event (GdkEventKey *event)
|
|||
if (_pluginui->non_gtk_gui()) {
|
||||
_pluginui->forward_key_event (event);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
} else {
|
||||
return true;
|
||||
gtk_window_propagate_key_event (GTK_WINDOW(gobj()), event);
|
||||
}
|
||||
/* don't forward releases */
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue