Skip to content

Commit 2238b42

Browse files
committed
[layouts] Fix missing map name in map item properties dialog
Fixes #18288
1 parent b5d9e7a commit 2238b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout/qgslayoutmapwidget.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ void QgsLayoutMapWidget::updateGuiElements()
596596
}
597597

598598
blockAllSignals( true );
599-
mLabel->setText( tr( "Map %1" ).arg( mMapItem->id() ) );
599+
mLabel->setText( mMapItem->displayName() );
600600

601601
whileBlocking( mCrsSelector )->setCrs( mMapItem->presetCrs() );
602602

0 commit comments

Comments
 (0)