Cleanup GUI and user feedback with crop in AppearanceView.

This commit is contained in:
brunoherbelin
2020-11-30 21:39:41 +01:00
parent 3c55e25432
commit 61d2a4dcb9
5 changed files with 77 additions and 30 deletions

View File

@@ -483,7 +483,7 @@ void SessionLoader::visit (Source& s)
s.groupNode(View::APPEARANCE)->accept(*this);
xmlCurrent_ = sourceNode->FirstChildElement("Crop");
s.texturesurface_->accept(*this);
s.renderingSurface()->accept(*this);
xmlCurrent_ = sourceNode->FirstChildElement("Blending");
s.blendingShader()->accept(*this);