diff --git a/Frameworks/editor/src/editor.cc b/Frameworks/editor/src/editor.cc index 8b937ff3..2bb44eef 100644 --- a/Frameworks/editor/src/editor.cc +++ b/Frameworks/editor/src/editor.cc @@ -857,8 +857,8 @@ namespace ng case kReplaceAndFind: { - perform(kReplace); - perform(kFindNext); + perform(kReplace, layout, indentCorrections); + perform(kFindNext, layout, indentCorrections); } break;