Don't include edit-point-related regions when choosing what to normalize.
authorCarl Hetherington <carl@carlh.net>
Fri, 29 Oct 2010 01:07:56 +0000 (01:07 +0000)
committerCarl Hetherington <carl@carlh.net>
Fri, 29 Oct 2010 01:07:56 +0000 (01:07 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7943 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_ops.cc

index bce0e5c475347161eda1dd60198ed2469875b289..f09f20a554c029c6ad7c18596ed725cb538ae603 100644 (file)
@@ -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;