mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Revert "[Summary] Fixed bug 45595: Skip Marker and Add Marker buttons make loop range selection active"
This reverts commit e747a381a9.
This commit is contained in:
parent
5cc807e9a5
commit
4337dfd757
1 changed files with 4 additions and 0 deletions
|
|
@ -1216,6 +1216,10 @@ Editor::marker_selection_changed ()
|
|||
return;
|
||||
}
|
||||
|
||||
for (LocationMarkerMap::iterator i = location_markers.begin(); i != location_markers.end(); ++i) {
|
||||
i->second->set_selected (false);
|
||||
}
|
||||
|
||||
for (MarkerSelection::iterator x = selection->markers.begin(); x != selection->markers.end(); ++x) {
|
||||
(*x)->set_selected (true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue