Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'jb50336' into 'mer-5.6'
[qtdeclarative] Remove unintentional debug statement. Contributes to JB#50336

See merge request mer-core/qtdeclarative!32
  • Loading branch information
adenexter committed Aug 20, 2020
2 parents f403120 + 78d847a commit 5727573
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp
Expand Up @@ -381,9 +381,6 @@ void Updater::visitOpacityNode(Node *n)
qreal combined = (on->flags() & QSGNode::IgnoreParentOpacity)
? on->opacity()
: m_opacity_stack.last() * on->opacity();
if (on->flags() & QSGNode::IgnoreParentOpacity) {
qDebug() << "Opacity node wan't to ignore parent opacity" << combined;
}
on->setCombinedOpacity(combined);
m_opacity_stack.add(combined);

Expand Down

0 comments on commit 5727573

Please sign in to comment.