mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:27:45 +00:00
HexEditor: Offset segment in status bar opens goto offset dialog
This commit is contained in:
parent
a562518ad7
commit
d694af8be0
1 changed files with 3 additions and 0 deletions
|
@ -190,6 +190,9 @@ HexEditorWidget::HexEditorWidget()
|
|||
m_toolbar->add_action(*m_find_action);
|
||||
m_toolbar->add_action(*m_goto_offset_action);
|
||||
|
||||
m_statusbar->segment(0).set_clickable(true);
|
||||
m_statusbar->segment(0).set_action(*m_goto_offset_action);
|
||||
|
||||
m_editor->set_focus(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue