Explorar o código

2003-11-11 Ben Maurer <[email protected]>

	* Blend.cs (Positions): recursion in prop.

svn path=/trunk/mcs/; revision=19839
Ben Maurer %!s(int64=22) %!d(string=hai) anos
pai
achega
c440a1a849

+ 1 - 1
mcs/class/System.Drawing/System.Drawing.Drawing2D/Blend.cs

@@ -68,7 +68,7 @@ namespace System.Drawing.Drawing2D
 		}
 		public float [] Positions{
 			get {
-				return Positions;
+				return positions;
 			}
 			set{
 				count = value.GetUpperBound(0) + 1;

+ 4 - 0
mcs/class/System.Drawing/System.Drawing.Drawing2D/ChangeLog

@@ -1,3 +1,7 @@
+2003-11-11 Ben Maurer  <[email protected]>
+
+	* Blend.cs (Positions): recursion in prop.
+
 2003-10-24  Miguel de Icaza  <[email protected]>
 
 	* GraphicsPath.cs: Stub some more.