Skip to content

Commit

Permalink
[layouts] Fix crash when deleting layouts from designer window
Browse files Browse the repository at this point in the history
Fixes #32465
  • Loading branch information
nyalldawson committed Oct 29, 2019
1 parent 92102bd commit 42f9b67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/layout/qgslayoutdesignerdialog.cpp
Expand Up @@ -990,7 +990,6 @@ void QgsLayoutDesignerDialog::setMasterLayout( QgsMasterLayoutInterface *layout
connect( obj, &QObject::destroyed, this, [ = ]
{
this->close();
QgsApplication::sendPostedEvents( nullptr, QEvent::DeferredDelete );
} );

setTitle( mMasterLayout->name() );
Expand Down

0 comments on commit 42f9b67

Please sign in to comment.