- enabled DescriptiveView (Factual Data) to show descriptions of SpecimenOrObservati...
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / view / supplementaldata / SupplementalDataViewPart.java
index 18e07cb06259da04554adc530ee428a345be4ce0..d64877ab3c51c99c61efe58f1422adba99a95164 100644 (file)
@@ -58,6 +58,10 @@ public class SupplementalDataViewPart extends AbstractCdmEditorViewPart {
                        return;
                }
 
+        if(part == this){
+            return;
+        }
+
         if(!(selection instanceof IStructuredSelection)){
             return;
         }