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:
GZharun 2015-02-05 17:33:51 +02:00
parent 5cc807e9a5
commit 4337dfd757

View file

@ -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);
}