X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/781130bf6070ea8b93981ea95c1a786eefc2842e..20a0e99964951da1c54abf11f6dd7cd2925b8b0e:/src/generic/wizard.cpp diff --git a/src/generic/wizard.cpp b/src/generic/wizard.cpp index c6581d6d39..c3d603509e 100644 --- a/src/generic/wizard.cpp +++ b/src/generic/wizard.cpp @@ -843,6 +843,13 @@ void wxWizard::OnWizEvent(wxWizardEvent& event) } } +void wxWizard::SetBitmap(const wxBitmap& bitmap) +{ + m_bitmap = bitmap; + if (m_statbmp) + m_statbmp->SetBitmap(m_bitmap); +} + // ---------------------------------------------------------------------------- // wxWizardEvent // ----------------------------------------------------------------------------