X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1abca322fd7a9a7abe6cc0b144987786faa0f05..c49f88797839378826d25ba9f21fd1be8d9aa6d9:/src/gtk/button.cpp diff --git a/src/gtk/button.cpp b/src/gtk/button.cpp index ce4f0ab373..e9b395f835 100644 --- a/src/gtk/button.cpp +++ b/src/gtk/button.cpp @@ -97,12 +97,15 @@ wxButton::~wxButton() { } -bool wxButton::Create( wxWindow *parent, wxWindowID id, const wxString &label, - const wxPoint &pos, const wxSize &size, - long style, const wxValidator& validator, const wxString &name ) +bool wxButton::Create(wxWindow *parent, + wxWindowID id, + const wxString &label, + const wxPoint& pos, + const wxSize& size, + long style, + const wxValidator& validator, + const wxString& name) { - m_needParent = true; - if (!PreCreation( parent, pos, size ) || !CreateBase( parent, id, pos, size, style, validator, name )) {