When you save a copy of a tree file (and add to the project automatically) then the saved copy contains the same im-memory structures that the source object contains. So, when you change something in one of them (e.g. swap branches) then the second thee changes too.
Expected decision:
Create copy constructors for all tree classes for deep cloning.
- relates to
-
UGENE-1139 Review: GObject::clone()
- Closed