mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 21:26:22 +00:00
HexEditor: Added navigate to a hex offset
Added the ability to navigate to a specified hex offset.
This commit is contained in:
parent
443eda986a
commit
a76b02f741
Notes:
sideshowbarker
2024-07-19 11:36:15 +09:00
Author: https://github.com/xeons
Commit: a76b02f741
Pull-request: https://github.com/SerenityOS/serenity/pull/678
2 changed files with 13 additions and 3 deletions
|
@ -31,7 +31,8 @@ private:
|
|||
RefPtr<GAction> m_open_action;
|
||||
RefPtr<GAction> m_save_action;
|
||||
RefPtr<GAction> m_save_as_action;
|
||||
RefPtr<GAction> m_goto_action;
|
||||
RefPtr<GAction> m_goto_decimal_offset_action;
|
||||
RefPtr<GAction> m_goto_hex_offset_action;
|
||||
|
||||
RefPtr<GStatusBar> m_statusbar;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue