]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/wizard.cpp
show correctly the initially selected colour and update the sliders (patch 484415)
[wxWidgets.git] / src / generic / wizard.cpp
index 8e88e0aa9831c14bc7e026990b8a0cca6d76d184..eed6e10755973e8622f6eff18a0e8a8ae6a287e6 100644 (file)
@@ -94,7 +94,7 @@ wxWizardPage::wxWizardPage(wxWizard *parent,
 #endif // wxUSE_RESOURCES
     }
 
-    m_PageBitmap = bitmap;
+    m_bitmap = bitmap;
 
     // initially the page is hidden, it's shown only when it becomes current
     Hide();
@@ -133,6 +133,7 @@ bool wxWizard::Create(wxWindow *parent,
 {
     m_posWizard = pos;
     m_bitmap = bitmap ;
+
     // just create the dialog itself here, the controls will be created in
     // DoCreateControls() called later when we know our final size
     m_page = (wxWizardPage *)NULL;