ref #8260: save expansion state for supplemental data
authorKatja Luther <k.luther@bgbm.org>
Tue, 7 May 2019 14:00:49 +0000 (16:00 +0200)
committerKatja Luther <k.luther@bgbm.org>
Tue, 4 Jun 2019 08:45:45 +0000 (10:45 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/supplementaldata/SupplementalDataViewerE4.java

index 3522c3fa2a037bdc8d5efe1a1e6a57ccc11b6423..b6af9e481f1c4807c5d9c4b7a64bcee9f5ac4d53 100644 (file)
@@ -125,7 +125,7 @@ public class SupplementalDataViewerE4 extends AbstractCdmDataViewerE4 {
 
         formFactory.createHorizontalSeparator(parent, SWT.BORDER);
         expandStyle = getSectionStyle(MarkerSection.class, false);
-        MarkerSection markerSection = formFactory.createMarkerSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
+        MarkerSection markerSection = formFactory.createMarkerSection(getConversationHolder(), parent, expandStyle);
 
         formFactory.createHorizontalSeparator(parent, SWT.BORDER);