mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Markers use the selection change stack.
This commit is contained in:
parent
d48564aee5
commit
e78a44d4e5
2 changed files with 14 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue