move from PresentationInfo::global_order() to PresentationInfo::order, and fix up part of reordering behaviour

Dragging tracks/busses in the editor *below* VCAs still does not work
This commit is contained in:
Paul Davis 2016-06-03 15:15:30 -04:00
parent ee0f073e8d
commit 260058a4a9
17 changed files with 233 additions and 179 deletions

View file

@ -772,6 +772,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void popup_note_context_menu (ArdourCanvas::Item *, GdkEvent *);
Gtk::Menu _note_context_menu;
void add_stripables (ARDOUR::StripableList&);
void add_routes (ARDOUR::RouteList&);
void timeaxisview_deleted (TimeAxisView *);
void add_vcas (ARDOUR::VCAList&);