Jean-Marc Lasgouttes wrote: > A more annoying problem is that your existing code only iterates over > top-level insets. And this is at the price of code that is more > complicated than a forwardInset-based one.
I have now rewritten both the branch rename method and getUsedBranches() to use an InsetIterator. This fixes the issue. Thanks for pointing this out. Jürgen