Skip to content

Commit

Permalink
Allow changing the name of a drag and drop designer tab
Browse files Browse the repository at this point in the history
Fix #10724
  • Loading branch information
m-kuhn committed May 13, 2015
1 parent 350bbb7 commit d64086d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsfieldsproperties.cpp
Expand Up @@ -751,7 +751,7 @@ QgsAttributeEditorElement* QgsFieldsProperties::createAttributeEditorWidget( QTr

case DesignerTreeItemData::Container:
{
QgsAttributeEditorContainer* container = new QgsAttributeEditorContainer( itemData.name(), parent );
QgsAttributeEditorContainer* container = new QgsAttributeEditorContainer( item->text( 0 ), parent );

for ( int t = 0; t < item->childCount(); t++ )
{
Expand Down

0 comments on commit d64086d

Please sign in to comment.