missing color update added

This commit is contained in:
Uwe Rathmann 2022-06-14 12:03:33 +02:00
parent 7227dd0d22
commit b8502524ff
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ void QskShadedBoxNode::setShadowData(
insertChildNodeBefore( m_shadowNode, &m_boxNode );
}
m_shadowNode->setColor( color );
m_shadowNode->setRect( metrics.shadowRect( rect ) );
m_shadowNode->setShape( shape );
m_shadowNode->setBlurRadius( metrics.blurRadius() );