mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 18:12:05 +08:00
AnyGridEnsureFullRow already does a safety check for the right grid and returns True on all other grids.
This commit is contained in:
@ -7854,7 +7854,6 @@ begin
|
||||
Grid := Control as TVirtualStringTree;
|
||||
if Assigned(Grid.FocusedNode) then begin
|
||||
IsResultGrid := Grid = ActiveGrid;
|
||||
if IsResultGrid then
|
||||
AnyGridEnsureFullRow(Grid, Grid.FocusedNode);
|
||||
Clipboard.AsText := Grid.Text[Grid.FocusedNode, Grid.FocusedColumn];
|
||||
if IsResultGrid and DoCut then
|
||||
|
Reference in New Issue
Block a user