]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/xpm/create.c
added wxGetMultiChoice() (which refuses to work for some reason - will fix
[wxWidgets.git] / src / mac / xpm / create.c
index fe27a219cb012fafa4c1f36fb6b3461232576208..5495b9692a95db1924544a6aa637d67c317e39fb 100644 (file)
@@ -1067,12 +1067,12 @@ ParseAndPutPixels(
                                        }
                                        #elif macintosh
                                        SetCPixel( x, y, &image_pixels[colidx[c] - 1]);
-                                       /*
-                                       if (shapedc) 
+                                       if (shapeimage) 
                                        {
-                                           SetPixel(shapedc, x, y, shape_pixels[colidx[c] - 1]);
+                                               SetGWorld( shapeimage->gworldptr , NULL ) ;
+                                           SetCPixel( x, y, &shape_pixels[colidx[c] - 1]);
+                                               SetGWorld( image->gworldptr , NULL ) ;
                                        }
-                                       */
                                        #endif
                                } 
                                else