diff --git a/source/searchreplace.pas b/source/searchreplace.pas index 256c2ab9..59ab0ca3 100644 --- a/source/searchreplace.pas +++ b/source/searchreplace.pas @@ -329,6 +329,7 @@ begin end; while Assigned(Node) do begin + MainForm.AnyGridEnsureFullRow(Grid, Node); // Find the first column if StartAtCol > InvalidColumn then begin