mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Merge remote-tracking branch 'origin/GP-1591_Dan_memBytesCursorCenter--SQUASHED' into patch
This commit is contained in:
commit
74d6bb0f37
1 changed files with 0 additions and 1 deletions
|
@ -289,7 +289,6 @@ public class ByteViewerPanel extends JPanel
|
||||||
}
|
}
|
||||||
if (blocks != null && blocks.length > 0) {
|
if (blocks != null && blocks.length > 0) {
|
||||||
columnHeader.setColumnName(indexPanel, blocks[0].getIndexName());
|
columnHeader.setColumnName(indexPanel, blocks[0].getIndexName());
|
||||||
setCursorLocation(blocks[0], BigInteger.ZERO, 0);
|
|
||||||
}
|
}
|
||||||
indexPanel.dataChanged(BigInteger.ZERO, indexMap.getNumIndexes());
|
indexPanel.dataChanged(BigInteger.ZERO, indexMap.getNumIndexes());
|
||||||
indexSetChanged();
|
indexSetChanged();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue