From 65a733299b0b3e23ad2692e1860b09ed33f8f557 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 22 Dec 2022 20:26:02 +0100 Subject: [PATCH] radial gradients fixed --- playground/gradients/GradientQuickShape.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/playground/gradients/GradientQuickShape.cpp b/playground/gradients/GradientQuickShape.cpp index 76a00c15..a26fa7de 100644 --- a/playground/gradients/GradientQuickShape.cpp +++ b/playground/gradients/GradientQuickShape.cpp @@ -87,7 +87,6 @@ namespace g->setFocalY( dir.y() ); g->setCenterRadius( dir.radius() ); - g->setFocalRadius( dir.radius() ); shapeGradient = g; break;