Skip to content

Commit

Permalink
Remove header for report organizer tree
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 23, 2018
1 parent 37c8706 commit a5ca16e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout/qgsreportorganizerwidget.cpp
Expand Up @@ -41,6 +41,7 @@ QgsReportOrganizerWidget::QgsReportOrganizerWidget( QWidget *parent, QgsLayoutDe

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

#ifdef ENABLE_MODELTEST
Expand Down

0 comments on commit a5ca16e

Please sign in to comment.