Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 19, 2023
1 parent ed948bc commit 6b91ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/layout/qgslayoutitem.cpp
Expand Up @@ -302,7 +302,7 @@ void QgsLayoutItem::paint( QPainter *painter, const QStyleOptionGraphicsItem *it
}
else if ( blendMode != QPainter::CompositionMode_SourceOver )
{
// we have to rasterise content in order to show it with alternative blend modes
// we have to rasterize content in order to show it with alternative blend modes
forceRasterOutput = true;
}

Expand Down

0 comments on commit 6b91ea0

Please sign in to comment.