From 42b13059ec17f30a5057000f2eab288dae744eb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Thu, 4 Mar 2004 10:40:57 +0000 Subject: [PATCH] textboxes loop increased from 10 to 100 git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1391 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyx/text.py b/pyx/text.py index 57878567..82b8fe7c 100644 --- a/pyx/text.py +++ b/pyx/text.py @@ -1231,7 +1231,7 @@ class texrunner: if parnos == lastparnos and parshapes == lastparshapes: return result loop += 1 - if loop > 10: + if loop > 100: raise TexResultError("Too many loops in textboxes ", texrunner) -- 2.11.4.GIT