Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
When opening vector layer form properties, immediately expand
all drag-and-drop form containers

Otherwise it's really annoying to have to do this manually
all the time!
  • Loading branch information
nyalldawson committed Apr 30, 2023
1 parent 20e2f67 commit 1d62259
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/vector/qgsattributesformproperties.cpp
Expand Up @@ -572,6 +572,9 @@ QTreeWidgetItem *QgsAttributesFormProperties::loadAttributeEditorTreeItem( QgsAt
}
}

if ( newWidget )
newWidget->setExpanded( true );

return newWidget;
}

Expand Down

0 comments on commit 1d62259

Please sign in to comment.