Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Dec 26, 2024
1 parent 2d9188f commit 0f4daa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/painting/qgspainting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ bool QgsPainting::isClippingMode( Qgis::BlendMode mode )
case Qgis::BlendMode::Nonseparable_Hue:
case Qgis::BlendMode::Nonseparable_Saturation:
case Qgis::BlendMode::Nonseparable_Color:
case Qgis::BlendMode::Nonseparable_Luminosity;
case Qgis::BlendMode::Nonseparable_Luminosity:
return false;

case Qgis::BlendMode::SourceIn:
Expand Down

0 comments on commit 0f4daa2

Please sign in to comment.