Don't include edit-point-related regions when choosing what to normalize.
git-svn-id: svn://localhost/ardour2/branches/3.0@7943 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -4492,7 +4492,7 @@ Editor::normalize_region ()
|
||||
return;
|
||||
}
|
||||
|
||||
RegionSelection rs = get_regions_for_action ();
|
||||
RegionSelection rs = get_regions_for_action (false);
|
||||
|
||||
if (rs.empty()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user