Another preview fix for SplitViewer node

Use the same logic as in ViewerNode to update preview when backdrop is disabled.
This commit is contained in:
Sv. Lockal
2013-08-07 18:01:25 +00:00
parent bfb63ab5a5
commit 82aa90b2d6

View File

@@ -66,8 +66,7 @@ void SplitViewerNode::convertToOperations(ExecutionSystem *graph, CompositorCont
addLink(graph, splitViewerOperation->getOutputSocket(), viewerOperation->getInputSocket(0));
if (is_active)
addPreviewOperation(graph, context, viewerOperation->getInputSocket(0));
addPreviewOperation(graph, context, viewerOperation->getInputSocket(0));
graph->addOperation(splitViewerOperation);
graph->addOperation(viewerOperation);