missing color update added
This commit is contained in:
parent
bf15d21fb5
commit
49bc726376
@ -48,6 +48,8 @@ void QskShadedBoxNode::setShadowData(
|
|||||||
insertChildNodeBefore( m_shadowNode, &m_boxNode );
|
insertChildNodeBefore( m_shadowNode, &m_boxNode );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_shadowNode->setColor( color );
|
||||||
|
|
||||||
m_shadowNode->setRect( metrics.shadowRect( rect ) );
|
m_shadowNode->setRect( metrics.shadowRect( rect ) );
|
||||||
m_shadowNode->setShape( shape );
|
m_shadowNode->setShape( shape );
|
||||||
m_shadowNode->setBlurRadius( metrics.blurRadius() );
|
m_shadowNode->setBlurRadius( metrics.blurRadius() );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user