mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Set entered_regionview on entry into region view canvas item children. Should fix #3300.
git-svn-id: svn://localhost/ardour2/branches/3.0@7372 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
839402778f
commit
c686dee0ce
2 changed files with 13 additions and 0 deletions
|
|
@ -1928,6 +1928,9 @@ public:
|
|||
sigc::connection step_timeout;
|
||||
|
||||
TimeAxisView* entered_track;
|
||||
/** If the mouse is over a RegionView or one of its child canvas items, this is set up
|
||||
to point to the RegionView. Otherwise it is 0.
|
||||
*/
|
||||
RegionView* entered_regionview;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue