aboutsummaryrefslogtreecommitdiff
path: root/generic/Draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Draw.c')
-rw-r--r--generic/Draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/Draw.c b/generic/Draw.c
index ee37388..c727e6a 100644
--- a/generic/Draw.c
+++ b/generic/Draw.c
@@ -1601,7 +1601,7 @@ ComputeCircularGradient(ZnWInfo *wi,
/*
* Then, center the oval on the focal point.
*/
- ZnTranslate(&t1, focal_point.x, focal_point.y);
+ ZnTranslate(&t1, focal_point.x, focal_point.y, False);
/*
* Last, compose with the current transform.
*/