X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=core%2Forg.argeo.entity.ui%2Fsrc%2Forg%2Fargeo%2Fentity%2Fui%2Fforms%2FSingleTermPart.java;h=0b5948a1221f3ad3f89c1de5238a47895f496719;hp=4be4d0205741bc008421d1b714f6b205a24f582a;hb=9df6aa1957222703ed0ce39a731b87a61c9699b9;hpb=b0a7ba0d1747f69fbcd84ade1290ef9b01a00a90 diff --git a/core/org.argeo.entity.ui/src/org/argeo/entity/ui/forms/SingleTermPart.java b/core/org.argeo.entity.ui/src/org/argeo/entity/ui/forms/SingleTermPart.java index 4be4d02..0b5948a 100644 --- a/core/org.argeo.entity.ui/src/org/argeo/entity/ui/forms/SingleTermPart.java +++ b/core/org.argeo.entity.ui/src/org/argeo/entity/ui/forms/SingleTermPart.java @@ -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();