fix bug when using horizontal gradients

This commit is contained in:
Peter Hartmann 2022-01-31 12:31:20 +01:00
parent fbd178a4ab
commit 0b74b47764
1 changed files with 1 additions and 1 deletions

View File

@ -629,7 +629,7 @@ namespace
linesBL = linesTL + numCornerLines
+ additionalGradientStops( borderMapTL.gradient() );
linesBR = linesBL + numCornerLines
+ additionalGradientStops( borderMapBR.gradient() );
+ additionalGradientStops( borderMapBL.gradient() );
}
if ( fillLines )