mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Clone Source loading fixed and simplified
Fixed loading order. Removed the option of origin selection for Clone: not meaningful anymore with chain of clones.
This commit is contained in:
@@ -687,7 +687,6 @@ void SessionVisitor::visit (CloneSource& s)
|
||||
xmlCurrent_->SetAttribute("type", "CloneSource");
|
||||
|
||||
if (s.origin()) {
|
||||
xmlCurrent_->SetAttribute("provenance", (int) s.cloningProvenance());
|
||||
xmlCurrent_->SetAttribute("delay", (double) s.delay());
|
||||
|
||||
XMLElement *origin = xmlDoc_->NewElement("origin");
|
||||
|
||||
Reference in New Issue
Block a user