Merge remote-tracking branch 'origin/GP-1591_Dan_memBytesCursorCenter--SQUASHED' into patch

This commit is contained in:
ghidra1 2021-12-18 00:03:43 -05:00
commit 74d6bb0f37

View file

@ -289,7 +289,6 @@ public class ByteViewerPanel extends JPanel
}
if (blocks != null && blocks.length > 0) {
columnHeader.setColumnName(indexPanel, blocks[0].getIndexName());
setCursorLocation(blocks[0], BigInteger.ZERO, 0);
}
indexPanel.dataChanged(BigInteger.ZERO, indexMap.getNumIndexes());
indexSetChanged();