]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/bitmap.cpp
another segfault fix
[wxWidgets.git] / src / msw / bitmap.cpp
index 717fc89c3e1159af7ae9a089a8bd24efb892bac9..9f62b5e7c0ab41f02959858061dff05e95bd46e9 100644 (file)
@@ -431,8 +431,10 @@ bool wxBitmap::CreateFromImage( const wxImage& image, int depth )
     if (depth == -1) depth = wxDisplayDepth();
     SetDepth( depth );
 
+#if wxUSE_PALETTE
     // Copy the palette from the source image
     SetPalette(image.GetPalette());
+#endif // wxUSE_PALETTE
 
     // create a DIB header
     int headersize = sizeof(BITMAPINFOHEADER);