|
|
|
@ -606,7 +606,7 @@ public class VanChartTooltipContentPane extends BasicBeanPane<AttrTooltipContent
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
htmlLabelPane.populate(attrTooltipContent.getHtmlLabel()); |
|
|
|
|
if (!attrTooltipContent.isCommon()) { |
|
|
|
|
if (!(attrTooltipContent.isCommon() || attrTooltipContent.isRichText())) { |
|
|
|
|
setDirty(false); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|