mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +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();
|
||||
selectHexPreview();
|
||||
|
||||
// apply initial offset
|
||||
refresh(seekable->getOffset());
|
||||
}
|
||||
|
||||
void HexdumpWidget::onSeekChanged(RVA addr)
|
||||
|
Loading…
Reference in New Issue
Block a user