mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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
|
|
@ -58,8 +58,7 @@ public:
|
|||
|
||||
void redisplay ();
|
||||
void update_visibility ();
|
||||
void routes_added (std::list<RouteTimeAxisView*> routes);
|
||||
void vcas_added (std::list<VCATimeAxisView*> routes);
|
||||
void time_axis_views_added (std::list<TimeAxisView*>);
|
||||
void route_removed (TimeAxisView *);
|
||||
void hide_track_in_display (TimeAxisView &);
|
||||
std::list<TimeAxisView*> views () const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue