- fixed background of checkbox
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / dialog / deleteConfigurator / DeleteSpecimenConfiguratorComposite.java
index 720b4e865d48b0bf95ca38e57c076feb3a3eb999..2715c99878e530c69b0651d46f45424f2e44bdbb 100644 (file)
@@ -71,7 +71,6 @@ public class DeleteSpecimenConfiguratorComposite extends Composite {
         btnDeleteIndividualsassociationsfactual.setText("Delete from factual data");
 
         btnDeleteSpecimenDescription = new Button(this, SWT.CHECK);
-        toolkit.adapt(btnDeleteSpecimenDescription, true, true);
         btnDeleteSpecimenDescription.setText("Delete specimen description");
         m_bindingContext = initDataBindings();