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
This commit is contained in:
Stefan Csomor
2004-04-01 07:05:04 +00:00
parent 0f89f2f558
commit 6ec2f25444

View 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,