Merge branch 'master' into features/arcrenderer

This commit is contained in:
Uwe Rathmann 2024-09-23 16:07:00 +02:00
commit dd333862f4
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ void QskArcNode::setArcData( const QRectF& rect, const QskArcMetrics& arcMetrics
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 shadowRect = sm.shadowRect( rect );