closing the normalize dialog should not run normalize (#7016)

This commit is contained in:
Paul Davis 2016-09-09 19:15:10 -04:00
parent 673e580726
commit 3f95b5ac19
1 changed files with 1 additions and 1 deletions

View File

@ -5049,7 +5049,7 @@ Editor::normalize_region ()
NormalizeDialog dialog (rs.size() > 1);
if (dialog.run () == RESPONSE_CANCEL) {
if (dialog.run () != RESPONSE_ACCEPT) {
return;
}