From: Robin Dunn Date: Wed, 26 May 2004 14:55:43 +0000 (+0000) Subject: fixed a typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/04717ee7df0ddc5d7857e2c277988cfb193e376b fixed a typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/wx/lib/ogl/oglmisc.py b/wxPython/wx/lib/ogl/oglmisc.py index d7cfbc824e..a899c0e96b 100644 --- a/wxPython/wx/lib/ogl/oglmisc.py +++ b/wxPython/wx/lib/ogl/oglmisc.py @@ -387,7 +387,7 @@ def DrawArcToEllipse(x1, y1, width1, height1, x2, y2, x3, y3): E = (A + B) F = (C - (2 * A * x1) - (2 * B * x2)) G = ((A * x1 * x1) + (B * x2 * x2) - (C * x2) + D - 1) - H = ((y3 - y2) / (x32 - x2)) + H = ((y3 - y2) / (x2 - x2)) K = ((F * F) - (4 * E * G)) if K >= 0: