]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/bitmap.cpp
Output the extracted number from wxString::ToXXX() even if it returns false.
[wxWidgets.git] / src / msw / bitmap.cpp
index 349bc1641c140d9485ab2d36eeb6adb2636b90a3..850baa8602fdf9c5286ddaa91f753cac7208d76b 100644 (file)
@@ -837,7 +837,7 @@ bool wxBitmap::CreateFromImage(const wxImage& image, int depth, WXHDC hdc)
         return false;
 
     const bool hasAlpha = image.HasAlpha();
-    
+
     if (depth == -1)
       depth = dib.GetDepth();