From: Stefan Csomor Date: Thu, 1 Apr 2004 07:05:04 +0000 (+0000) Subject: removed duplicate background colour setting (was leading to ignoral of the second... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6ec2f25444571d849489e829f7adabec5b8831ba removed duplicate background colour setting (was leading to ignoral of the second one in Create) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/dialog.cpp b/src/mac/carbon/dialog.cpp index 95606e6db0..f31a42497d 100644 --- a/src/mac/carbon/dialog.cpp +++ b/src/mac/carbon/dialog.cpp @@ -46,8 +46,7 @@ END_EVENT_TABLE() wxDialog::wxDialog() { - m_isShown = FALSE; - SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE)); + m_isShown = FALSE; } bool wxDialog::Create(wxWindow *parent, wxWindowID id,