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

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