Html rendering regression fix

This commit is contained in:
dragonmacher
2023-02-17 17:57:37 -05:00
parent dc927fc7be
commit ce37de5c08

View File

@@ -47,8 +47,8 @@ public abstract class AbstractHtmlLabel extends JLabel
implements GComponent, PropertyChangeListener {
private static final String HTML_TAG = "<html>";
private boolean isUpdating = false;
private boolean isHtml = false;
private boolean isUpdating;
private boolean isHtml;
protected AbstractHtmlLabel() {
addPropertyChangeListener(this);