You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this. The if condition 5 lines above looks strange too, here is a check for Assigned(CrackTree.OnBeforeNodeExport) but it does not make much sense here.
the line 313 of VirtualTrees.Export causes a problem when the event is not defined:
CrackTree.OnBeforeNodeExport(CrackTree, etHTML, Run);
if I add a condition, everything's fine 👍
The text was updated successfully, but these errors were encountered: