mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-15 14:02:20 +00:00
FontEditor: Add an option to show or hide modification highlights
This commit is contained in:
parent
7f6bf8c7c1
commit
5b7168b247
Notes:
sideshowbarker
2024-07-17 08:16:36 +09:00
Author: https://github.com/AtkinsSJ
Commit: 5b7168b247
Pull-request: https://github.com/SerenityOS/serenity/pull/14708
Reviewed-by: https://github.com/TobyAsE ✅
Reviewed-by: https://github.com/Xexxa
Reviewed-by: https://github.com/thankyouverycool ✅
2 changed files with 19 additions and 0 deletions
|
@ -51,6 +51,8 @@ public:
|
|||
bool is_showing_unicode_blocks() { return m_unicode_blocks; }
|
||||
void set_show_unicode_blocks(bool);
|
||||
|
||||
void set_highlight_modifications(bool);
|
||||
|
||||
private:
|
||||
MainWidget();
|
||||
|
||||
|
@ -110,6 +112,7 @@ private:
|
|||
RefPtr<GUI::Action> m_open_preview_action;
|
||||
RefPtr<GUI::Action> m_show_metadata_action;
|
||||
RefPtr<GUI::Action> m_show_unicode_blocks_action;
|
||||
RefPtr<GUI::Action> m_highlight_modifications_action;
|
||||
|
||||
GUI::ActionGroup m_glyph_editor_scale_actions;
|
||||
RefPtr<GUI::Action> m_scale_five_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue