mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-26 06:02:29 +00:00
GP-0 fixing junit test
This commit is contained in:
parent
1123992d80
commit
8b7dc9aab3
@ -545,7 +545,7 @@ public class XRefFieldFactory extends FieldFactory {
|
||||
int lastRow = list.size() - 1;
|
||||
AttributedString as =
|
||||
new AttributedString(MORE_XREFS_STRING, XrefColors.DEFAULT, getMetrics());
|
||||
fieldElements.add(new TextFieldElement(as, lastRow, 0));
|
||||
fieldElements.add(new TextFieldElement(as, lastRow + 1, 0));
|
||||
}
|
||||
return fieldElements;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user