Closed eselmeister closed 9 months ago
Use setBackgroundMode(SWT.INHERIT_DEFAULT) after creating the wizard.
wizardDialog.create(); wizardDialog.getShell().setBackgroundMode(SWT.INHERIT_DEFAULT);
Use setBackgroundMode(SWT.INHERIT_DEFAULT) after creating the wizard.