We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b1f14 commit 33ab487Copy full SHA for 33ab487
src/app/qgsvectorlayerproperties.cpp
@@ -215,7 +215,7 @@ void QgsVectorLayerProperties::loadRows()
215
tblAttributes->horizontalHeader()->setResizeMode( 1, QHeaderView::Stretch );
216
tblAttributes->horizontalHeader()->setResizeMode( 7, QHeaderView::Stretch );
217
tblAttributes->setSelectionBehavior( QAbstractItemView::SelectRows );
218
- tblAttributes->setSelectionMode( QAbstractItemView::SingleSelection );
+ tblAttributes->setSelectionMode( QAbstractItemView::ExtendedSelection );
219
tblAttributes->verticalHeader()->hide();
220
221
int row = 0;
0 commit comments