]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/imaglist.cpp
allow adjusting the combo button size (patch 1489452)
[wxWidgets.git] / src / generic / imaglist.cpp
index 70e0ee492ef69e6c7f8bfd5387d5dfe7e1814814..9a658bf2854a5759b18d0472f9060b42cf1e5f9d 100644 (file)
 
 #include "wx/generic/imaglist.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/dc.h"
+#endif
+
 #include "wx/icon.h"
 #include "wx/image.h"
-#include "wx/dc.h"
 
 //-----------------------------------------------------------------------------
 //  wxImageList
@@ -217,7 +220,7 @@ bool wxGenericImageList::Replace( int index, const wxBitmap &bitmap, const wxBit
         m_images.Erase( node );
         m_images.Insert( next, newBitmap );
     }
-    
+
     if (mask.Ok())
         newBitmap->SetMask(new wxMask(mask));
 
@@ -277,5 +280,6 @@ bool wxGenericImageList::Draw( int index, wxDC &dc, int x, int y,
     return true;
 }
 
-#endif // wxUSE_IMAGLIST
 #endif // __WXPALMOS__
+
+#endif // wxUSE_IMAGLIST