Merge branch 'master' into features/arcrenderer
This commit is contained in:
commit
dd333862f4
|
@ -105,7 +105,7 @@ void QskArcNode::setArcData( const QRectF& rect, const QskArcMetrics& arcMetrics
|
||||||
and not only to its radius. TODO ...
|
and not only to its radius. TODO ...
|
||||||
*/
|
*/
|
||||||
|
|
||||||
auto shadowNode = qskNode< QskArcShadowNode >( this, ShadowRole );
|
shadowNode = qskNode< QskArcShadowNode >( this, ShadowRole );
|
||||||
|
|
||||||
const auto sm = shadowMetrics.toAbsolute( rect.size() );
|
const auto sm = shadowMetrics.toAbsolute( rect.size() );
|
||||||
const auto shadowRect = sm.shadowRect( rect );
|
const auto shadowRect = sm.shadowRect( rect );
|
||||||
|
|
Loading…
Reference in New Issue