better scroll to view mode in hex editor

This commit is contained in:
gabor.zavarko
2014-06-24 16:14:26 +02:00
parent b0d23e9d3e
commit 16215ba27b
2 changed files with 9 additions and 15 deletions
@@ -80,7 +80,7 @@ public class DumpViewPanel extends JPanel {
int selectionStart = (int) dumpInfo.startByte;
int selectionEnd = getEndIndex(dumpInfo);
dumpViewHexTable.scrollToByte(dumpInfo.startByte);
dumpViewHexTable.scrollToByte(highlightStarts, highlightEnds);
setLabelText("startByte: " + dumpInfo.startByte
+ " startBit: " + dumpInfo.startBit