]> git.saurik.com Git - wxWidgets.git/commitdiff
removed duplicate background colour setting (was leading to ignoral of the second...
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 1 Apr 2004 07:05:04 +0000 (07:05 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 1 Apr 2004 07:05:04 +0000 (07:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dialog.cpp

index 95606e6db09f63989d5016c1c58efb54f83d1604..f31a42497dfe4f86af9e4f0308df4be95f45284e 100644 (file)
@@ -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,