mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04: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()) {
|
if (_pluginui->non_gtk_gui()) {
|
||||||
_pluginui->forward_key_event (event);
|
_pluginui->forward_key_event (event);
|
||||||
}
|
}
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
return false;
|
|
||||||
} else {
|
} else {
|
||||||
return true;
|
gtk_window_propagate_key_event (GTK_WINDOW(gobj()), event);
|
||||||
}
|
}
|
||||||
|
/* don't forward releases */
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue