ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/ibcontrols/IBTreeView.pas
(Generate patch)

Comparing ibx/trunk/ibcontrols/IBTreeView.pas (file contents):
Revision 38 by tony, Sat May 9 11:37:49 2015 UTC vs.
Revision 39 by tony, Tue May 17 08:14:52 2016 UTC

# Line 449 | Line 449 | begin
449        else
450          Destination := FindNode(DataSet.FieldByName(ParentField).AsVariant);
451  
452 <      if Destination = Node.Parent then Exit;
452 >      if (Destination = nil) or (Destination = Node.Parent) then Exit;
453  
454        FUpdating := true;
455        try

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines