summaryrefslogtreecommitdiff
path: root/vcl/source/control/roadmapwizard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/roadmapwizard.cxx')
-rw-r--r--vcl/source/control/roadmapwizard.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/source/control/roadmapwizard.cxx b/vcl/source/control/roadmapwizard.cxx
index 396a7cffdb3d..04d11bc3f7d5 100644
--- a/vcl/source/control/roadmapwizard.cxx
+++ b/vcl/source/control/roadmapwizard.cxx
@@ -150,6 +150,12 @@ namespace vcl
m_pImpl->pRoadmap->Show();
}
+ void RoadmapWizard::ShowRoadmap(bool bShow)
+ {
+ m_pImpl->pRoadmap->Show(bShow);
+ CalcAndSetSize();
+ }
+
RoadmapWizard::~RoadmapWizard()
{
disposeOnce();