GP-1591: Fix to prevent scrolling issue in DebuggerMemoryBytes.

This commit is contained in:
Dan 2021-12-17 12:44:01 -05:00
parent f5f3b0338c
commit 9895131d0a

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();