]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/tbarbase.cpp
bitmap button size was too small when uxtheme functions were used to get the margins
[wxWidgets.git] / src / common / tbarbase.cpp
index b67f6544a544b5fb57a503dd630dc6ed0bbee642..54878f1ebdf6722042fbe26771c4762dd6223877 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/control.h"
     #include "wx/frame.h"
+    #include "wx/settings.h"
 #endif
 
 #if wxUSE_IMAGE
     #include "wx/image.h"
-    #include "wx/settings.h"
 #endif // wxUSE_IMAGE
 
 // ----------------------------------------------------------------------------