Markers use the selection change stack.

This commit is contained in:
nick_m 2015-10-25 05:26:44 +11:00
parent d48564aee5
commit e78a44d4e5
2 changed files with 14 additions and 2 deletions

View file

@ -825,7 +825,7 @@ private:
void update_item (ARDOUR::Location *);
ArdourMarker* _marker; ///< marker being dragged
bool _selection_changed;
struct CopiedLocationMarkerInfo {
ARDOUR::Location* location;
std::vector<ArdourMarker*> markers;