mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/GP-1_fixed_issue_exposed_by_change_in_GP-4820'
This commit is contained in:
commit
0d490ef98d
1 changed files with 1 additions and 1 deletions
|
@ -1142,7 +1142,7 @@ public class ListingPanel extends JPanel implements FieldMouseListener, FieldLoc
|
|||
BigInteger index2 = loc2.getIndex();
|
||||
int fieldNum2 = layout.getEndRowFieldNum(loc2.getFieldNum());
|
||||
if (fieldNum2 >= layout2.getNumFields()) {
|
||||
index2 = loc2.getIndex().add(BigInteger.valueOf(layout2.getIndexSize()));
|
||||
index2 = loc2.getIndex().add(BigInteger.ONE);
|
||||
fieldNum2 = 0;
|
||||
}
|
||||
fieldSel.addRange(new FieldLocation(loc1.getIndex(), fieldNum1, 0, 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue