Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 9, 2024
1 parent d48a0e6 commit 09f08b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/layout/qgslayoutitemwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ void QgsLayoutItemPropertiesWidget::setValuesForGuiElements()

if ( QgsLayout *layout = mItem->layout() )
{
// collect export groups from layout, so that we can offer auto completion in the PDF export group drop down
// collect export groups from layout, so that we can offer auto completion in the PDF export group combo
QList< QgsLayoutItem * > items;
layout->layoutItems( items );
QStringList existingGroups;
Expand Down

0 comments on commit 09f08b7

Please sign in to comment.