mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-07 09:11:15 -09:00
Html rendering regression fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user