mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
FontEditor: Let WindowServer manage modified markings
Simplifies building modified/new font titles and lets FontEditor make use of the comfy ellipsis close button.
This commit is contained in:
parent
a621932c11
commit
e8e7c59c34
Notes:
sideshowbarker
2024-07-18 05:14:41 +09:00
Author: https://github.com/thankyouverycool
Commit: e8e7c59c34
Pull-request: https://github.com/SerenityOS/serenity/pull/9626
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 30 additions and 58 deletions
|
@ -39,7 +39,6 @@ private:
|
|||
|
||||
void undo();
|
||||
void redo();
|
||||
void did_change_undo_stack();
|
||||
void did_modify_font();
|
||||
|
||||
RefPtr<Gfx::BitmapFont> m_edited_font;
|
||||
|
@ -90,6 +89,4 @@ private:
|
|||
Vector<String> m_font_weight_list;
|
||||
Vector<String> m_font_type_list;
|
||||
bool m_font_metadata { true };
|
||||
bool m_font_modified { false };
|
||||
bool m_font_newly_opened { true };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue