mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
attach bindings to boxes in livetrax view, and steal focus appropriately
This commit is contained in:
parent
3a0f41a28a
commit
5ec2c6d691
9 changed files with 53 additions and 18 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue