]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/graphics.cpp
fixing a few typos, wxAny copy constructor implementation, making wxAnyList available...
[wxWidgets.git] / src / osx / carbon / graphics.cpp
index 1afba4921d79df2fe0a7ebe169c5352ef406362d..1a07e2278d3f605bc73ea37c8fa0b8e551a9e15e 100644 (file)
@@ -798,9 +798,9 @@ void wxMacCoreGraphicsBrushData::CalculateShadingValues (void *info, const CGFlo
     {
         // Start
         out[0] = stops.comps[0].red;
-        out[1] = stops.comps[1].green;
-        out[2] = stops.comps[2].blue;
-        out[3] = stops.comps[3].alpha;
+        out[1] = stops.comps[0].green;
+        out[2] = stops.comps[0].blue;
+        out[3] = stops.comps[0].alpha;
     }
     else if (f >= 1.0)
     {