]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/resource.cpp
Improved selection mode handling in wxGrid::SelectBlock
[wxWidgets.git] / src / common / resource.cpp
index b162f9abcc50402cff585fcc53c148f72c46fd25..27305db69a31288fbba2413d823b94238d90b495 100644 (file)
@@ -2477,7 +2477,9 @@ wxBitmap wxResourceCreateBitmap(const wxString& resource, wxResourceTable *table
         return wxBitmap(name, bitmapType);
       }
     }
-    return wxNullBitmap;
+#ifndef __WXGTK__
+     return wxNullBitmap;
+#endif
   }
   else
   {