mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Do not enable "cancel" button on main toolbar in AnyGridCompareNodes, superfluously. Fixes issue #3297.
This commit is contained in:
@ -6624,7 +6624,6 @@ var
|
||||
begin
|
||||
VT := Sender as TVirtualStringTree;
|
||||
Result := CompareAnyNode(VT.Text[Node1, Column], VT.Text[Node2, Column]);
|
||||
OperationRunning(True);
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user