Fix normalize dialogue crash.
git-svn-id: svn://localhost/ardour2/branches/3.0@7942 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -100,7 +100,9 @@ NormalizeDialog::run ()
|
||||
{
|
||||
int const r = ArdourDialog::run ();
|
||||
_last_normalization_value = target ();
|
||||
_last_normalize_individually = _normalize_individually->get_active ();
|
||||
if (_normalize_individually) {
|
||||
_last_normalize_individually = _normalize_individually->get_active ();
|
||||
}
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user