Read global offset when opening a new hexdump widget. (#1732)

This commit is contained in:
karliss 2019-09-02 22:51:35 +03:00 committed by Itay Cohen
parent a4ba6f8b2b
commit 89e87dbbf2

View File

@ -94,6 +94,9 @@ HexdumpWidget::HexdumpWidget(MainWindow *main, QAction *action) :
initParsing();
selectHexPreview();
// apply initial offset
refresh(seekable->getOffset());
}
void HexdumpWidget::onSeekChanged(RVA addr)