mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-24 22:05:25 +00:00
Read global offset when opening a new hexdump widget. (#1732)
This commit is contained in:
parent
a4ba6f8b2b
commit
89e87dbbf2
@ -94,6 +94,9 @@ HexdumpWidget::HexdumpWidget(MainWindow *main, QAction *action) :
|
|||||||
|
|
||||||
initParsing();
|
initParsing();
|
||||||
selectHexPreview();
|
selectHexPreview();
|
||||||
|
|
||||||
|
// apply initial offset
|
||||||
|
refresh(seekable->getOffset());
|
||||||
}
|
}
|
||||||
|
|
||||||
void HexdumpWidget::onSeekChanged(RVA addr)
|
void HexdumpWidget::onSeekChanged(RVA addr)
|
||||||
|
Loading…
Reference in New Issue
Block a user