| Summary: | WizardDialog: progress monitor not excluded from layout if not needed | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Georg Breitschopf <georg.breitschopf> |
| Component: | JFace | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.3 | ||
| Target Milestone: | 3.0 M7 | ||
| Hardware: | PC | ||
| OS: | Windows NT | ||
| See Also: | https://git.eclipse.org/r/46869 | ||
| Whiteboard: | |||
Thanks for the input. Confirmed the missing lines against RCP. Waiting for Gerrit change. New Gerrit change created: https://git.eclipse.org/r/46869 Thanks for the Gerrit change. It's merged now. |
The progress monitor is not excluded from the wizard dialog layout if it is not needed. Compared to the RCP implementation, the following part is missing in WizardDialog#createDialogArea(Composite parent): if (!wizard.needsProgressMonitor()) { gridData.exclude = true; } A fix will be provided via Gerrit.