13
0

Similarly don't use the edit point to decide what to reset region gain on.

git-svn-id: svn://localhost/ardour2/branches/3.0@7944 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-10-29 01:26:53 +00:00
parent c719841423
commit 0ff75dad5c

View File

@ -4565,7 +4565,7 @@ Editor::reset_region_scale_amplitude ()
return;
}
RegionSelection rs = get_regions_for_action ();
RegionSelection rs = get_regions_for_action (false);
if (rs.empty()) {
return;