- fixed background of checkbox
authorPatric Plitzner <p.plitzner@bgbm.org>
Mon, 16 Mar 2015 20:08:55 +0000 (20:08 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Mon, 16 Mar 2015 20:08:55 +0000 (20:08 +0000)
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();