Load full row content before replacing text using the search+replace dialog on the data grid. Fixes issue #3252.

This commit is contained in:
Ansgar Becker
2013-09-22 05:27:57 +00:00
parent be10a6e9ed
commit 627f246f69

View File

@ -329,6 +329,7 @@ begin
end;
while Assigned(Node) do begin
MainForm.AnyGridEnsureFullRow(Grid, Node);
// Find the first column
if StartAtCol > InvalidColumn then begin