From 627f246f695f17caaff26e12f9d75492e229d08c Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sun, 22 Sep 2013 05:27:57 +0000 Subject: [PATCH] Load full row content before replacing text using the search+replace dialog on the data grid. Fixes issue #3252. --- source/searchreplace.pas | 1 + 1 file changed, 1 insertion(+) 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