mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Load full row content before replacing text using the search+replace dialog on the data grid. Fixes issue #3252.
This commit is contained in:
@ -329,6 +329,7 @@ begin
|
||||
end;
|
||||
|
||||
while Assigned(Node) do begin
|
||||
MainForm.AnyGridEnsureFullRow(Grid, Node);
|
||||
|
||||
// Find the first column
|
||||
if StartAtCol > InvalidColumn then begin
|
||||
|
Reference in New Issue
Block a user