mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix non-map items show in layout 'reference map' widget
This commit is contained in:
parent
eba7e7b8b4
commit
3c63e0b152
@ -82,6 +82,7 @@ QgsLayoutPropertiesWidget::QgsLayoutPropertiesWidget( QWidget *parent, QgsLayout
|
||||
connect( mReferenceMapComboBox, &QgsLayoutItemComboBox::itemChanged, this, &QgsLayoutPropertiesWidget::referenceMapChanged );
|
||||
|
||||
mReferenceMapComboBox->setCurrentLayout( mLayout );
|
||||
mReferenceMapComboBox->setItemType( QgsLayoutItemRegistry::LayoutMap );
|
||||
|
||||
connect( mLayout, &QgsLayout::changed, this, &QgsLayoutPropertiesWidget::updateGui );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user