mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
closing the normalize dialog should not run normalize (#7016)
This commit is contained in:
parent
673e580726
commit
3f95b5ac19
1 changed files with 1 additions and 1 deletions
|
|
@ -5049,7 +5049,7 @@ Editor::normalize_region ()
|
||||||
|
|
||||||
NormalizeDialog dialog (rs.size() > 1);
|
NormalizeDialog dialog (rs.size() > 1);
|
||||||
|
|
||||||
if (dialog.run () == RESPONSE_CANCEL) {
|
if (dialog.run () != RESPONSE_ACCEPT) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue