File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -261,13 +261,6 @@ void QgsFieldsProperties::loadAttributeEditorTree()
261
261
mAttributesTree ->setDragDropMode ( QAbstractItemView::InternalMove );
262
262
mAttributesTree ->setAcceptDrops ( true );
263
263
mAttributesTree ->setDragDropMode ( QAbstractItemView::DragDrop );
264
- // tabs and groups info
265
- mAttributesTree ->clear ();
266
- mAttributesTree ->setSortingEnabled ( false );
267
- mAttributesTree ->setSelectionBehavior ( QAbstractItemView::SelectRows );
268
- mAttributesTree ->setDragDropMode ( QAbstractItemView::InternalMove );
269
- mAttributesTree ->setAcceptDrops ( true );
270
- mAttributesTree ->setDragDropMode ( QAbstractItemView::DragDrop );
271
264
272
265
QList<QgsAttributeEditorElement*> widgets = mLayer ->attributeEditorElements ();
273
266
You can’t perform that action at this time.
0 commit comments