closing the normalize dialog should not run normalize (#7016)
This commit is contained in:
parent
673e580726
commit
3f95b5ac19
@ -5049,7 +5049,7 @@ Editor::normalize_region ()
|
||||
|
||||
NormalizeDialog dialog (rs.size() > 1);
|
||||
|
||||
if (dialog.run () == RESPONSE_CANCEL) {
|
||||
if (dialog.run () != RESPONSE_ACCEPT) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user