]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/button.cpp
menu bar wasn't set properly internally after my previous change - fixed
[wxWidgets.git] / src / msw / button.cpp
index e5423b1ffb438e30d2029be2169b252c708303a6..1915ad36fab67a1a66d78f84f44c254dcb6fb133 100644 (file)
@@ -28,6 +28,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_BUTTON
+
 #ifndef WX_PRECOMP
     #include "wx/button.h"
     #include "wx/brush.h"
@@ -164,7 +166,7 @@ wxSize wxButton::DoGetBestSize() const
 }
 
 /* static */
-wxSize wxButton::GetDefaultSize()
+wxSize wxButtonBase::GetDefaultSize()
 {
     static wxSize s_sizeBtn;
 
@@ -527,3 +529,6 @@ bool wxButton::MSWOnDraw(WXDRAWITEMSTRUCT *wxdis)
 }
 
 #endif // __WIN32__
+
+#endif // wxUSE_BUTTON
+