summaryrefslogtreecommitdiff
path: root/gtk2_ardour/group_tabs.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-08-31 20:46:16 +0000
committerCarl Hetherington <carl@carlh.net>2011-08-31 20:46:16 +0000
commite3692bf3dab4dc7d9a80ca79f98830cc7f1c0793 (patch)
tree03740304e02f509e327132d32314b024bb52b286 /gtk2_ardour/group_tabs.h
parent9f1b50cc3e953473240949abf083e0124fcae2af (diff)
Another try at fixing #4301.
git-svn-id: svn://localhost/ardour2/branches/3.0@10045 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/group_tabs.h')
-rw-r--r--gtk2_ardour/group_tabs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/group_tabs.h b/gtk2_ardour/group_tabs.h
index ed4a24709f..eaf03f6a22 100644
--- a/gtk2_ardour/group_tabs.h
+++ b/gtk2_ardour/group_tabs.h
@@ -113,6 +113,8 @@ private:
Gtk::Menu* _menu;
std::list<Tab> _tabs; ///< current list of tabs
Tab* _dragging; ///< tab being dragged, or 0
+ /** routes that were in the tab that is being dragged when the drag started */
+ ARDOUR::RouteList _initial_dragging_routes;
bool _dragging_new_tab; ///< true if we're dragging a new tab
bool _drag_moved; ///< true if there has been movement during any current drag
double _drag_fixed; ///< the position of the fixed end of the tab being dragged