* commit '12144ba8e124c1fe24ac92e650042d6924330fbd': 条件属性
@ -109,11 +109,7 @@ public class PresentHighlightPane extends ConditionAttrSingleConditionPane<Highl
}
public HighlightAction update() {
Object value = this.valueEditor.update();
if (presentComboBox.getSelectedIndex() == 1) {
if (value instanceof String) {
present = new NormalPresent(this.valueEditor.update());
return new PresentHighlightAction(present);
return new PresentHighlightAction(this.valueEditor.update());