[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Wizard needsProgressMonitor setting not processed

Hi all,

I've noticed that the implementation of WizardDialog always creates the progressMonitorPart regardless of its Wizards needsProgressMonitor() setting. The setting is queried in aboutToStart() and stopped() though. Is this intended behaviour, or should the progressMonitorPart be rather created only when needProgressMonitor was set to true?

Regards Alex