We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199f4ef commit 5d3da0dCopy full SHA for 5d3da0d
src/core/layout/qgslayoutitemlegend.cpp
@@ -42,6 +42,8 @@ QgsLayoutItemLegend::QgsLayoutItemLegend( QgsLayout *layout )
42
connect( &layout->atlasComposition(), &QgsAtlasComposition::renderEnded, this, &QgsLayoutItemLegend::onAtlasEnded );
43
#endif
44
45
+ mTitle = mSettings.title();
46
+
47
// Connect to the main layertreeroot.
48
// It serves in "auto update mode" as a medium between the main app legend and this one
49
connect( mLayout->project()->layerTreeRoot(), &QgsLayerTreeNode::customPropertyChanged, this, &QgsLayoutItemLegend::nodeCustomPropertyChanged );
0 commit comments