reinstate a canvas group where we reparent regions while dragging, so that they are...
[ardour.git] / gtk2_ardour / editor.h
index d486e5b9f095a6b8470df133b52e081cdafe023a..0d640c1f9d762675a1c2c41878044faf4a88ddca 100644 (file)
@@ -744,6 +744,11 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
        /* The group containing all trackviews. */
        ArdourCanvas::Group* _trackview_group;
 
+       /* The group holding things (mostly regions) while dragging so they
+        * are on top of everything else
+        */
+       ArdourCanvas::Group* _drag_motion_group;
+
         /* a rect that sits at the bottom of all tracks to act as a drag-no-drop/clickable
         * target area.
         */