diff --git a/source/main.pas b/source/main.pas index a3fc4000..bb6c22c2 100644 --- a/source/main.pas +++ b/source/main.pas @@ -7854,8 +7854,7 @@ begin Grid := Control as TVirtualStringTree; if Assigned(Grid.FocusedNode) then begin IsResultGrid := Grid = ActiveGrid; - if IsResultGrid then - AnyGridEnsureFullRow(Grid, Grid.FocusedNode); + AnyGridEnsureFullRow(Grid, Grid.FocusedNode); Clipboard.AsText := Grid.Text[Grid.FocusedNode, Grid.FocusedColumn]; if IsResultGrid and DoCut then Grid.Text[Grid.FocusedNode, Grid.FocusedColumn] := '';