]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/AlphaDrawing.py
[ 1505048 ] wxHtml rendering of underlined text
[wxWidgets.git] / wxPython / demo / AlphaDrawing.py
index 740d29cfbebc1bf58365a034cb08dba03789a017..dfebd4a97623d6f82d9cc553b851e520b87ad396 100644 (file)
@@ -31,7 +31,7 @@ class TestPanel(wx.Panel):
             dc.SetPen(wx.Pen(penclr))
             dc.SetBrush(wx.Brush(brushclr))
             rect.SetPosition(pos)
-            dc.DrawRectangleRect(rect)
+            dc.DrawRoundedRectangleRect(rect, 8)
             
         
 #----------------------------------------------------------------------