ref #6176: the referencingObjectsCount is only called for wizards not in details...
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / element / AbstractCdmEntityWizardPage.java
index b017125b6e62fcf8d31136e42676c0328b81c98e..d2627cdf8351018b3fa67026fd54881856858677 100644 (file)
@@ -106,7 +106,7 @@ public abstract class AbstractCdmEntityWizardPage<T> extends WizardPage
                Color bgColor = getShell().getBackground();
 
                detailElement = createElement(rootElement);
-
+               
                rootElement.setBackground(bgColor);
                control.setBackground(bgColor);
                scrolledForm.setBackground(bgColor);