revert arc node nodes order

This commit is contained in:
Vogel, Rick 2023-12-06 13:32:19 +01:00
parent 4820fec7b6
commit f6dde3aa90
1 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ void QskArcNode::setArcData( const QRectF& rect, const QskArcMetrics& arcMetrics
{ {
removeAllChildNodes(); removeAllChildNodes();
for ( QSGNode* node : { ( QSGNode* ) borderNode, ( QSGNode* ) shadowNode, ( QSGNode* ) fillNode }) for ( QSGNode* node : { ( QSGNode* ) shadowNode, ( QSGNode* ) fillNode, ( QSGNode* ) borderNode })
{ {
if ( node != nullptr ) if ( node != nullptr )
{ {