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!
This commit is contained in:
Nyall Dawson 2023-04-27 14:25:07 +10:00
parent 20e2f6722a
commit 1d62259593

View File

@ -572,6 +572,9 @@ QTreeWidgetItem *QgsAttributesFormProperties::loadAttributeEditorTreeItem( QgsAt
}
}
if ( newWidget )
newWidget->setExpanded( true );
return newWidget;
}