]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/button.cpp
wxFileSystem now compiles if wxUSE_HTML (required by wxHTML)
[wxWidgets.git] / src / gtk1 / button.cpp
index eeb2e134d03b5d19726b0221e8ac7916e716b6ef..47662e31de11a6e52ce4c0133bc41b99b6706d8b 100644 (file)
@@ -77,7 +77,7 @@ bool wxButton::Create(  wxWindow *parent, wxWindowID id, const wxString &label,
         !CreateBase( parent, id, pos, size, style, validator, name ))
     {
         wxFAIL_MSG( wxT("wxButton creation failed") );
-       return FALSE;
+           return FALSE;
     }
 
 /*
@@ -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 );