We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d794bdb commit fd881dbCopy full SHA for fd881db
src/core/layout/qgslayoutitemmap.cpp
@@ -43,6 +43,8 @@ QgsLayoutItemMap::QgsLayoutItemMap( QgsLayout *layout )
43
44
assignFreeId();
45
46
+ setCacheMode( QGraphicsItem::NoCache );
47
+
48
connect( this, &QgsLayoutItem::sizePositionChanged, this, [ = ]
49
{
50
shapeChanged();
0 commit comments