mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
[layouts] Fix crash when deleting layouts from designer window
Fixes #32465
This commit is contained in:
parent
dd98331ace
commit
e643e7f6ab
@ -990,7 +990,6 @@ void QgsLayoutDesignerDialog::setMasterLayout( QgsMasterLayoutInterface *layout
|
||||
connect( obj, &QObject::destroyed, this, [ = ]
|
||||
{
|
||||
this->close();
|
||||
QgsApplication::sendPostedEvents( nullptr, QEvent::DeferredDelete );
|
||||
} );
|
||||
|
||||
setTitle( mMasterLayout->name() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user