mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
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:
parent
ee0f073e8d
commit
260058a4a9
17 changed files with 233 additions and 179 deletions
|
|
@ -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&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue