attach bindings to boxes in livetrax view, and steal focus appropriately

This commit is contained in:
Paul Davis 2024-03-25 18:36:11 -06:00
parent 3a0f41a28a
commit 5ec2c6d691
9 changed files with 53 additions and 18 deletions

View file

@ -975,7 +975,7 @@ Editor::entered_track_canvas (GdkEventCrossing* ev)
if (!was_within) {
if (internal_editing()) {
if (internal_editing() || Profile->get_livetrax()) {
/* ensure that key events go here because there are
internal editing bindings associated only with the
canvas. if the focus is elsewhere, we cannot find them.