mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
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:
parent
20e2f6722a
commit
1d62259593
@ -572,6 +572,9 @@ QTreeWidgetItem *QgsAttributesFormProperties::loadAttributeEditorTreeItem( QgsAt
|
||||
}
|
||||
}
|
||||
|
||||
if ( newWidget )
|
||||
newWidget->setExpanded( true );
|
||||
|
||||
return newWidget;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user