Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix items listing
  • Loading branch information
3nids committed Jan 16, 2023
1 parent 25259b4 commit 36dc2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/settings/qgssettingstreeelement.cpp
Expand Up @@ -137,7 +137,7 @@ void QgsSettingsTreeNamedListElement::initNamedList( const QgsSettingsTreeElemen
}

mNamedElementsCount = mParent->namedElementsCount() + 1;
mItemsCompleteKey.append( QStringLiteral( "items/" ) );
mItemsCompleteKey = QStringLiteral( "%1items/" ).arg( mCompleteKey );
mCompleteKey.append( QStringLiteral( "items/%%1/" ).arg( mNamedElementsCount ) );
}

Expand Down

0 comments on commit 36dc2d4

Please sign in to comment.