Skip to content

Commit 57cac01

Browse files
committedJan 5, 2018
Expand report sections by default
1 parent 17292c1 commit 57cac01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/layout/qgsreportorganizerwidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ QgsReportOrganizerWidget::QgsReportOrganizerWidget( QWidget *parent, QgsLayoutDe
4040

4141
mSectionModel = new QgsReportSectionModel( mReport, mViewSections );
4242
mViewSections->setModel( mSectionModel );
43+
mViewSections->expandAll();
4344

4445
#ifdef ENABLE_MODELTEST
4546
new ModelTest( mSectionModel, this );

0 commit comments

Comments
 (0)
Please sign in to comment.