mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-10 06:27:59 -05:00
GP-1 Assume \u2192 right arrow char will always render properly
This commit is contained in:
@@ -44,7 +44,7 @@ import ghidra.util.task.TaskMonitor;
|
||||
public class DomainFileNode extends DataTreeNode {
|
||||
|
||||
private static final Icon UNKNOWN_FILE_ICON = new GIcon("icon.datatree.node.domain.file");
|
||||
private static final String RIGHT_ARROW = Character.isDefined(0x2192) ? "\u2192" : "->";
|
||||
private static final String RIGHT_ARROW = "\u2192";
|
||||
|
||||
private final DomainFile domainFile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user