Skip to content

Commit

Permalink
Expand report sections by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 5, 2018
1 parent 17292c1 commit 57cac01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout/qgsreportorganizerwidget.cpp
Expand Up @@ -40,6 +40,7 @@ QgsReportOrganizerWidget::QgsReportOrganizerWidget( QWidget *parent, QgsLayoutDe


mSectionModel = new QgsReportSectionModel( mReport, mViewSections ); mSectionModel = new QgsReportSectionModel( mReport, mViewSections );
mViewSections->setModel( mSectionModel ); mViewSections->setModel( mSectionModel );
mViewSections->expandAll();


#ifdef ENABLE_MODELTEST #ifdef ENABLE_MODELTEST
new ModelTest( mSectionModel, this ); new ModelTest( mSectionModel, this );
Expand Down

0 comments on commit 57cac01

Please sign in to comment.