mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-1591: Fix to prevent scrolling issue in DebuggerMemoryBytes.
This commit is contained in:
parent
f5f3b0338c
commit
9895131d0a
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue