X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ec2f25444571d849489e829f7adabec5b8831ba..327940530ced978fa9cdef134a3a52ec8c1ee476:/src/mac/carbon/dialog.cpp diff --git a/src/mac/carbon/dialog.cpp b/src/mac/carbon/dialog.cpp index f31a42497d..9881fac0bd 100644 --- a/src/mac/carbon/dialog.cpp +++ b/src/mac/carbon/dialog.cpp @@ -64,8 +64,6 @@ bool wxDialog::Create(wxWindow *parent, wxWindowID id, if ( !wxTopLevelWindow::Create(parent, id, title, pos, size, style & ~(wxYES|wxOK|wxNO|wxCANCEL) , name) ) return FALSE; - SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE)); - return TRUE; }