]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dc.h
Misc small changes
[wxWidgets.git] / include / wx / dc.h
index 4ce01bb4bda7274323574d64e0e91f56a4e2d7c2..52b5a38e83ec966fc084c95beb111e702733d19f 100644 (file)
@@ -110,7 +110,7 @@ public:
         { DoDrawArc(pt1.x, pt1.y, pt2.x, pt2.y, centre.x, centre.y); }
 
     void DrawEllipticArc(long x, long y, long w, long h, double sa, double ea)
-        { DoDrawEllipticArc(x, y, x, y, sa, ea); }
+        { DoDrawEllipticArc(x, y, w, h, sa, ea); }
     void DrawEllipticArc(const wxPoint& pt, const wxSize& sz,
                          double sa, double ea)
         { DoDrawEllipticArc(pt.x, pt.y, sz.x, sz.y, sa, ea); }