mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
[layouts] Fix missing map name in map item properties dialog
Fixes #18288
This commit is contained in:
parent
b5d9e7a7cf
commit
2238b42501
@ -596,7 +596,7 @@ void QgsLayoutMapWidget::updateGuiElements()
|
||||
}
|
||||
|
||||
blockAllSignals( true );
|
||||
mLabel->setText( tr( "Map %1" ).arg( mMapItem->id() ) );
|
||||
mLabel->setText( mMapItem->displayName() );
|
||||
|
||||
whileBlocking( mCrsSelector )->setCrs( mMapItem->presetCrs() );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user