mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
there is no PresentationInfo::global_order_t any more
This commit is contained in:
parent
bdd2f25c8b
commit
c7d6262e9f
2 changed files with 2 additions and 2 deletions
|
|
@ -1010,7 +1010,7 @@ Editor::control_unselect ()
|
|||
}
|
||||
|
||||
void
|
||||
Editor::control_select (PresentationInfo::global_order_t global_order, Selection::Operation op)
|
||||
Editor::control_select (PresentationInfo::order_t global_order, Selection::Operation op)
|
||||
{
|
||||
/* handles the (static) signal from the ControlProtocol class that
|
||||
* requests setting the selected track to a given RID
|
||||
|
|
|
|||
|
|
@ -1089,7 +1089,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void control_step_tracks_down ();
|
||||
void control_view (uint32_t);
|
||||
void control_scroll (float);
|
||||
void control_select (ARDOUR::PresentationInfo::global_order_t which, Selection::Operation);
|
||||
void control_select (ARDOUR::PresentationInfo::order_t which, Selection::Operation);
|
||||
void control_unselect ();
|
||||
void access_action (std::string,std::string);
|
||||
bool deferred_control_scroll (framepos_t);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue