Vincent Snijders schreef:
Can somebody explain me the difference between those functions?

I just fixed TCanvas.Pie with win32 widgetset to do the same as Delphi (bug 8117), but now TCanvas.Pie and TCanvas.RadialPie seem to do the same thing on win32.


In revision 10529 I removed the RadialPie functions with 8 coordinates (same as the pie function). If you used that function in your code, now use Pie.

I renamed RadialPieWithAngles to RadialPie. If you used RadialPieWithAngles in your code, now use RadialPie.

I documented default implementations in the wiki:
http://wiki.lazarus.freepascal.org/LCL_Internals#Pie_and_RadialPie

I hope I didn't break compilation on non-windows platforms and pies on gtk still look ok.

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to