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:
Carl Hetherington 2010-07-05 01:55:07 +00:00
parent 839402778f
commit c686dee0ce
2 changed files with 13 additions and 0 deletions

View file

@ -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;