Revision 86c1f3a7
Added by Patrick Plitzner over 7 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java | ||
---|---|---|
711 | 711 |
private void createPolytomousKeyNodeSection(RootElement parent) { |
712 | 712 |
destroySections(); |
713 | 713 |
|
714 |
PolytomousKeyDetailSection polytomousKeyDetailSection = formFactory.createPolytomousKeyDetailSection(getConversationHolder(), parent, this, ExpandableComposite.TWISTIE | ExpandableComposite.EXPANDED);
|
|
714 |
PolytomousKeyDetailSection polytomousKeyDetailSection = formFactory.createPolytomousKeyDetailSection(getConversationHolder(), parent, this, ExpandableComposite.TWISTIE); |
|
715 | 715 |
|
716 | 716 |
formFactory.createHorizontalSeparator(parent, SWT.BORDER); |
717 | 717 |
|
Also available in: Unified diff
Disable expanding of key section (#3461)