mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 10:49:59 +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:
@@ -235,8 +235,7 @@ void InfoVisitor::visit (CloneSource& s)
|
||||
}
|
||||
else {
|
||||
if (s.origin())
|
||||
oss << "Clone of '" << s.origin()->name() << "' ";
|
||||
oss << CloneSource::cloning_provenance_label[s.cloningProvenance()] << std::endl;
|
||||
oss << "Clone of '" << s.origin()->name() << "' " << std::endl;
|
||||
oss << (s.frame()->use_alpha() ? "RGBA, " : "RGB, ");
|
||||
oss << (int)(s.delay()*1000.0) << " ms delay " << std::endl;
|
||||
oss << s.frame()->width() << " x " << s.frame()->height();
|
||||
|
||||
Reference in New Issue
Block a user