X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/354aa1e366a57d896e2cf0943c687b24e8db688c..9d08a1edf6b41502efecdc8c2d5e1195b1e6d3a8:/src/gtk/button.cpp diff --git a/src/gtk/button.cpp b/src/gtk/button.cpp index c12fd52778..90f8aa05c9 100644 --- a/src/gtk/button.cpp +++ b/src/gtk/button.cpp @@ -13,8 +13,8 @@ #include "wx/button.h" -#include "gdk/gdk.h" -#include "gtk/gtk.h" +#include +#include //----------------------------------------------------------------------------- // classes @@ -124,7 +124,7 @@ bool wxButton::Create( wxWindow *parent, wxWindowID id, const wxString &label, if (newSize.y == -1) { newSize.y = 11+y; - if (newSize.x < 26) newSize.x = 26; + if (newSize.y < 26) newSize.y = 26; } SetSize( newSize.x, newSize.y );