Fixed: detaching subtrees removes loop-generated clones also.
commit59d73c4251bb9c55fe4b7245d610ad09e44f6ab6
authorMichael Hohn <mhhohn@users.sourceforge.net>
Fri, 25 Apr 2008 23:29:06 +0000 (25 16:29 -0700)
committer=Michael Hohn <mhhohn@users.sourceforge.net>
Fri, 25 Apr 2008 23:29:06 +0000 (25 16:29 -0700)
tree522da6f4cffe1335bbdadb628a2013182130dce6
parentf46865f20970e2e77c04e391cd9f625bb1cc64d2
Fixed: detaching subtrees removes loop-generated clones also.

Before, entries removed from loop bodies were still present in clones.
Added detach_from_parent_rec().  simple tests seem ok, but this needs more
testing.
l3gui/l3canvas.py
l3gui/misc.py
l3gui/widgets.py
l3lang/ast.py