Improve theming.
[gpl/argeo-suite.git] / core / org.argeo.entity.ui / src / org / argeo / entity / ui / forms / SingleTermPart.java
index 4be4d0205741bc008421d1b714f6b205a24f582a..0b5948a1221f3ad3f89c1de5238a47895f496719 100644 (file)
@@ -101,6 +101,7 @@ public class SingleTermPart extends AbstractTermsPart {
                                String display = getTermLabel(currentValue);
                                lbl.setText(display);
                                CmsUiUtils.style(lbl, style == null ? FormStyle.propertyText.style() : style);
+                               processTermListLabel(currentValue, lbl);
                                if (isEditable()) {
                                        lbl.addMouseListener((MouseDoubleClick) (e) -> {
                                                startEditing();