Showing with 0 additions and 7 deletions.
  1. +0 −7 src/app/qgsfieldsproperties.cpp
7 changes: 0 additions & 7 deletions src/app/qgsfieldsproperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,6 @@ void QgsFieldsProperties::loadAttributeEditorTree()
mAttributesTree->setDragDropMode( QAbstractItemView::InternalMove );
mAttributesTree->setAcceptDrops( true );
mAttributesTree->setDragDropMode( QAbstractItemView::DragDrop );
// tabs and groups info
mAttributesTree->clear();
mAttributesTree->setSortingEnabled( false );
mAttributesTree->setSelectionBehavior( QAbstractItemView::SelectRows );
mAttributesTree->setDragDropMode( QAbstractItemView::InternalMove );
mAttributesTree->setAcceptDrops( true );
mAttributesTree->setDragDropMode( QAbstractItemView::DragDrop );

QList<QgsAttributeEditorElement*> widgets = mLayer->attributeEditorElements();

Expand Down