mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
GP-0 fixing junit test
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user