Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mouse event position offset bug.
Search scroll groups for event delivery from top to bottom rather than bottom to top. Overlapping scroll groups still aren't properly supported by the canvas, but currently all we care about is that the top one gets the event, so the hscroll group (tempo lines) can be below the hvscroll group (tracks), but the latter gets events.
- Loading branch information