Skip to content

Commit 01ce9bc

Browse files
committedJan 5, 2018
Fix crash on report designer close
1 parent 3db9c01 commit 01ce9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/layout/qgsreportorganizerwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ QgsReportOrganizerWidget::QgsReportOrganizerWidget( QWidget *parent, QgsLayoutDe
3939
setupUi( this );
4040
setPanelTitle( tr( "Report" ) );
4141

42-
mSectionModel = new QgsReportSectionModel( mReport, mViewSections );
42+
mSectionModel = new QgsReportSectionModel( mReport, this );
4343
mViewSections->setModel( mSectionModel );
4444
mViewSections->expandAll();
4545

0 commit comments

Comments
 (0)
Please sign in to comment.